Compare commits
No commits in common. "f16d7d0c2cbe1d85e8c5ef0b36e4104fac333b75" and "36930ed080f823bee984db28b20782eafdabdf1c" have entirely different histories.
f16d7d0c2c
...
36930ed080
|
@ -3,7 +3,7 @@
|
||||||
## Install
|
## Install
|
||||||
```
|
```
|
||||||
cd /usr/local/src
|
cd /usr/local/src
|
||||||
git clone https://git.stack-source.com/msb/vmail-webmail.git
|
git clone https://git.stack-source.com/msb/letsencrypt-tools.git
|
||||||
cd vmail-webmail
|
cd letsencrypt-tools
|
||||||
bash install.sh
|
bash install.sh
|
||||||
```
|
```
|
||||||
|
|
|
@ -67,13 +67,5 @@ chmod 755 /srv/www/html/roundcube/bin/*.sh
|
||||||
# load roundcube database tables
|
# load roundcube database tables
|
||||||
mysql vmail < rc.sql
|
mysql vmail < rc.sql
|
||||||
|
|
||||||
# install & enable rc systemd cron
|
|
||||||
cp sbin/rc-cron.sh /usr/local/sbin/
|
|
||||||
chmod 755 /usr/local/sbin/rc-cron.sh
|
|
||||||
cp systemd/rc-cron.* /usr/lib/systemd/system/
|
|
||||||
chmod 644 /usr/lib/systemd/system/rc-cron.*
|
|
||||||
systemctl daemon-reload
|
|
||||||
systemctl start rc-cron.timer
|
|
||||||
|
|
||||||
echo "Roundcube webmail installed."
|
echo "Roundcube webmail installed."
|
||||||
echo "You can optionally set the vars 'product_name' & 'support_url' in /srv/www/html/roundcube/config/config.inc.php"
|
echo "You can optionally set the vars 'product_name' & 'support_url' in /srv/www/html/roundcube/config/config.inc.php"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user