diff options
author | Alexander Alexeev | 2016-11-18 00:10:48 +0700 |
---|---|---|
committer | Vitaly Takmazov | 2016-11-23 13:02:56 +0300 |
commit | 149fc39c00c11b5be208914ea93a3c5bd5b7f11c (patch) | |
tree | 919854c43c0267cb9ed8efe8f4adaf598163339c | |
parent | 19709fa2ade17433b9a76ad4459e1e09d27b88bf (diff) |
readme corrected - added info about npm
-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 |