mirror of
https://github.com/Eggbertx/gochan.git
synced 2025-08-03 23:56:22 -07:00
fix vagrant invalid file path error, update README
This commit is contained in:
parent
f9c7912a2c
commit
7ca552801b
5 changed files with 10 additions and 10 deletions
|
@ -38,7 +38,7 @@ EOF123
|
|||
service mysql restart &
|
||||
wait
|
||||
rm -f /etc/nginx/sites-enabled/* /etc/nginx/sites-available/*
|
||||
cp -f /vagrant/gochan.nginx /etc/nginx/sites-available/gochan.nginx
|
||||
cp -f /vagrant/gochan-fastcgi.nginx /etc/nginx/sites-available/gochan.nginx
|
||||
ln -sf /etc/nginx/sites-available/gochan.nginx /etc/nginx/sites-enabled/
|
||||
|
||||
# VirtualBox shared folders don't play nicely with sendfile.
|
||||
|
@ -88,4 +88,4 @@ echo
|
|||
echo "Server set up, please run \"vagrant ssh\" on your host machine, and"
|
||||
echo "\"cd ~/gochan && ./gochan\" in the guest. Then browse to http://172.27.0.3/manage"
|
||||
echo "to complete installation (TODO: add further instructions as default initial announcement"
|
||||
echo "or /manage?action=firstrun)"
|
||||
echo "or /manage?action=firstrun)"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue