From 432d87faf45bca28801fe98582b6edcb69e11bbf Mon Sep 17 00:00:00 2001 From: Wolfgang Steuer Date: Mon, 25 Nov 2019 11:39:40 +0100 Subject: [PATCH] readme --- README.md | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index e63a53486..5342a7fb1 100755 --- a/README.md +++ b/README.md @@ -82,16 +82,16 @@ Use [mysqltuner.pl](http://mysqltuner.pl "MySQL tuner - Use it!") for recommenda - REDIS_PASSWORD=null - REDIS_PORT=6379 - ´´´bash - docker-compose run --rm nn-tmux sh /tmp/install.sh - # answer the questions, since this will fetch predb entries this takes an hour or two, just press ctrl + c if you dont like it ;) - docker-compose run --rm --service-ports -T nn-tmux apachectl -D FOREGROUND - ``` +Start installation script and configuration +```bash + docker-compose run --rm nn-tmux sh /tmp/install.sh + # answer the questions, since this will fetch predb entries this takes an hour or two, just press ctrl + c if you dont like it ;) + docker-compose run --rm --service-ports -T nn-tmux apachectl -D FOREGROUND +``` Open http://localhost:8089 sign in as admin (username, password from .env) and configure side settings and tmux settings - - ´´´bash - ctrl + c +```bash + # ctrl + c docker-compose up nn-tmux # check the logs, if everything is working fine ctrl + c # start and run in background @@ -104,7 +104,6 @@ Use [mysqltuner.pl](http://mysqltuner.pl "MySQL tuner - Use it!") for recommenda root@:/var/www/NNTmux# sudo -E -u notroot tmux attach -d # stop root@:/var/www/NNTmux# sudo -E -u notroot php artisan tmux-ui:stop --kill - ``` ### Support