Commit abc3c36be0faeab6343fe0f14cd7cf8bff6615fc
Exists in
master
and in
4 other branches
Merge pull request #8 from diraol/master
Ajustes no Vagrant e no Composer
Showing
1 changed file
with
3 additions
and
0 deletions
Show diff stats
Vagrantfile
... | ... | @@ -17,7 +17,10 @@ service mysql start |
17 | 17 | |
18 | 18 | mysql --user=root --password=root -h 127.0.0.1 -e 'drop database participacao' |
19 | 19 | mysql --user=root --password=root -h 127.0.0.1 -e 'create database participacao' |
20 | +cd /vargrant/db | |
21 | +bunzip2 db.sql.bz2 | |
20 | 22 | mysql --user=root --password=root -h 127.0.0.1 participacao < /vagrant/db/db.sql |
23 | +bzip2 -9 db.sql | |
21 | 24 | |
22 | 25 | SCRIPT |
23 | 26 | ... | ... |