diff options
author | makc | 2016-08-20 18:24:01 +0200 |
---|---|---|
committer | makc | 2016-08-20 18:24:01 +0200 |
commit | dc6b21a9cbd0fb38147055c4bd0f76e9b56707c9 (patch) | |
tree | eac3815dc408008b5146a7fe7404aca2b094457f | |
parent | 7f9873303fbf2ad7568a3cc6bf170096262bc43e (diff) |
more readme
-rw-r--r-- | readme.txt | 12 |
1 files changed, 11 insertions, 1 deletions
@@ -1,5 +1,7 @@ git clone git@x.juick.com:/srv/git/juick.git +cd juick + git submodule update --init mysql -u user -p @@ -20,5 +22,13 @@ datasource_url=jdbc:mysql://localhost/juick?user=user&password=password в juick ./gradlew :juick-www:appRun -localhost:8080/login?fuckthisverymuch +http://localhost:8080/login?fuckthisverymuch + + +чтобы работал юникод, в ~/.my.cnf добавить: +[client] +default-character-set=utf8mb4 +[mysqld] +character-set-client-handshake = FALSE +character-set-server = utf8mb4 |