aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md16
1 files changed, 5 insertions, 11 deletions
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