mirror of
https://github.com/moparisthebest/wallabag
synced 2024-11-23 09:32:15 -05:00
change database name
This commit is contained in:
parent
c4800fc6da
commit
0bf65303ca
2
Vagrantfile
vendored
2
Vagrantfile
vendored
@ -17,7 +17,7 @@ apt-get clean -y
|
||||
echo "ServerName localhost" >> /etc/apache2/apache2.conf
|
||||
service apache2 restart
|
||||
service mysql restart
|
||||
echo "create database kanboard;" | mysql -u root
|
||||
echo "create database wallabag;" | mysql -u root
|
||||
rm -f /var/www/html/index.html
|
||||
date > /etc/vagrant_provisioned_at
|
||||
SCRIPT
|
||||
|
Loading…
Reference in New Issue
Block a user