aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas@loeuillet.org>2014-10-30 20:43:39 +0100
committerNicolas LÅ“uillet <nicolas@loeuillet.org>2014-10-30 20:43:39 +0100
commit0bf65303cac96835c3a640e292aa00da6ee6a2eb (patch)
tree56d5ad5c69171bc49a0c0d3f28831e731944b385
parentc4800fc6da8907766b7dec1e78a9af19559e6442 (diff)
downloadwallabag-0bf65303cac96835c3a640e292aa00da6ee6a2eb.tar.gz
wallabag-0bf65303cac96835c3a640e292aa00da6ee6a2eb.tar.zst
wallabag-0bf65303cac96835c3a640e292aa00da6ee6a2eb.zip
change database name
-rw-r--r--Vagrantfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Vagrantfile b/Vagrantfile
index a15cae5b..221ad6db 100644
--- a/Vagrantfile
+++ b/Vagrantfile
@@ -17,7 +17,7 @@ apt-get clean -y
17echo "ServerName localhost" >> /etc/apache2/apache2.conf 17echo "ServerName localhost" >> /etc/apache2/apache2.conf
18service apache2 restart 18service apache2 restart
19service mysql restart 19service mysql restart
20echo "create database kanboard;" | mysql -u root 20echo "create database wallabag;" | mysql -u root
21rm -f /var/www/html/index.html 21rm -f /var/www/html/index.html
22date > /etc/vagrant_provisioned_at 22date > /etc/vagrant_provisioned_at
23SCRIPT 23SCRIPT