diff options
Diffstat (limited to 'readme.txt')
-rw-r--r-- | readme.txt | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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 |