mirror of
https://github.com/moparisthebest/mailiverse
synced 2025-02-16 05:50:08 -05:00
fixes for web setup on ubuntu
This commit is contained in:
parent
993aaf9119
commit
1ae87ecb84
@ -1,6 +1,5 @@
|
|||||||
cd ~
|
cd ~
|
||||||
ln -fs deploy/www
|
ln -fs deploy/www
|
||||||
ln -fs deploy/resources
|
ln -fs deploy/resources
|
||||||
ln -fs /var/log/nginx/error.log run.log
|
|
||||||
|
|
||||||
rsync -avz --delete www/ /var/local/www/
|
rsync -avz --delete www/ /var/local/www/
|
||||||
|
@ -1 +1 @@
|
|||||||
root
|
ubuntu
|
||||||
|
@ -10,4 +10,6 @@ M_HOST=$1
|
|||||||
./setup-mysql $M_HOST
|
./setup-mysql $M_HOST
|
||||||
./setup-tomcat $M_HOST
|
./setup-tomcat $M_HOST
|
||||||
./setup-web $M_HOST
|
./setup-web $M_HOST
|
||||||
./enable-rsync $M_HOST
|
|
||||||
|
echo You may need to run: ./enable-rsync $M_HOST
|
||||||
|
echo If your debian is super minimal (no rsync)
|
||||||
|
@ -5,4 +5,4 @@ M_HOST=$1
|
|||||||
|
|
||||||
scp sudoers.d-web $M_ROOT@$M_HOST:
|
scp sudoers.d-web $M_ROOT@$M_HOST:
|
||||||
scp setup-web.remote $M_ROOT@$M_HOST:
|
scp setup-web.remote $M_ROOT@$M_HOST:
|
||||||
ssh $M_ROOT@$M_HOST ./setup-web.remote
|
ssh $M_ROOT@$M_HOST sudo ./setup-web.remote
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
set -x
|
set -x
|
||||||
|
|
||||||
sudo apt-get install nginx --yes
|
apt-get install nginx --yes
|
||||||
cp sudoers.d-web /etc/sudoers.d/web
|
cp sudoers.d-web /etc/sudoers.d/web
|
||||||
chmod 0440 /etc/sudoers.d/web
|
chmod 0440 /etc/sudoers.d/web
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user