diff options
-rw-r--r-- | readme.txt | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/readme.txt b/readme.txt index ec4affed8..2904654cf 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 |