diff options
author | Vitaly Takmazov | 2018-08-24 14:55:57 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2018-08-24 14:55:57 +0300 |
commit | 4e9b933a720d68a6fc898633f8c8f744ae5e84e5 (patch) | |
tree | 6329837641a3c82943c6b5ae30a719ae6fc00d43 | |
parent | 93c8d1a052753584a4f55118f6753a952a3089a9 (diff) |
Update README
-rw-r--r-- | README.md | 16 |
1 files changed, 5 insertions, 11 deletions
@@ -1,5 +1,9 @@ Juick --- + +Это API-сервер Juick, веб-приложение находится в отдельном репозитории: git clone git@x.juick.com:/srv/git/Juick-3.0.git +----- + Подготовка: ``` @@ -7,18 +11,10 @@ git clone git@x.juick.com:/srv/git/juick.git cd juick -git submodule update --init - echo "spring.h2.console.enabled=true" > juick-www/src/main/resources/application.properties ``` -Для сборки front-end необходим установленный npm (runtime node js) не ниже 3-й версии и jdk8 - -``` -./gradlew :juick-www:bootRun -``` - По адресу http://localhost:8080/h2-console доступна консоль бд. Параметры подключения: ``` @@ -33,6 +29,4 @@ Password: пустой ``` insert into users (id, nick, passw) values (1, 'ugnich', 'fuckthis'); insert into logins (user_id, hash) values (1, 'fuckthisverymuch'); -``` - -Логин: http://localhost:8080/login?hash=fuckthisverymuch
\ No newline at end of file +```
\ No newline at end of file |