From c33981ab182fbbc0e80c85bc13ca23d8142d8126 Mon Sep 17 00:00:00 2001 From: Recolic <root@recolic.net> Date: Tue, 29 Sep 2020 14:38:54 +0800 Subject: [PATCH] Update README.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 4349092..4c4b706 100644 --- a/README.md +++ b/README.md @@ -379,6 +379,8 @@ nohup sudo -u vbox /usr/bin/vboxwebsrv --host 0.0.0.0 & disown ## blog (htmly), included in www.recolic.net docker image +- fresh deploy + htmly is flat-file-d, so just add nginx config: ``` @@ -401,3 +403,8 @@ then `mkdir htmly && chmod 777 htmly && cd htmly && wget https://github.com/danp Then everything is done. Admin password is `recolic, genpasswd(recolic.net, v4)` > Warning: installer.php not working on my prod environment. Seems like URL prefix error. Please download source code zip, and modify `config/*` manually. + +- migrate + +all files inside /srv/html. Migrate together with www.recolic.net. + -- GitLab