From 4e9b933a720d68a6fc898633f8c8f744ae5e84e5 Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Fri, 24 Aug 2018 14:55:57 +0300 Subject: Update README --- README.md | 16 +++++----------- 1 file changed, 5 insertions(+), 11 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 863bc9dd..2452fded 100644 --- a/README.md +++ b/README.md @@ -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 -- cgit v1.2.3