From 149fc39c00c11b5be208914ea93a3c5bd5b7f11c Mon Sep 17 00:00:00 2001 From: Alexander Alexeev Date: Fri, 18 Nov 2016 00:10:48 +0700 Subject: readme corrected - added info about npm --- readme.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/readme.txt b/readme.txt index ec4affed..2904654c 100644 --- a/readme.txt +++ b/readme.txt @@ -16,7 +16,10 @@ mysql -u user -p insert into logins (user_id, hash) values (1, 'fuckthisverymuch'); exit -datasource_url=jdbc:mysql://localhost/juick?user=user&password=password в juick-www/src/main/webapp/WEB-INF/juick.conf +datasource_url=jdbc:mysql://localhost/juick?user=user&password=password + прописать в juick-www/src/main/webapp/WEB-INF/juick.conf + + Для сборки front-end необходим установленный npm (runtime node js) не ниже 3-й версии ./gradlew :juick-www:compileFrontend -- cgit v1.2.3