pull/25/head
Toby Zerner 2015-10-14 11:16:31 +10:30
parent 290f1aff55
commit 7f90c99087
2 changed files with 3 additions and 11 deletions

View File

@ -8,13 +8,11 @@
"authors": [
{
"name": "Toby Zerner",
"email": "toby.zerner@gmail.com",
"homepage": "http://tobyzerner.com"
"email": "toby.zerner@gmail.com"
},
{
"name": "Franz Liedke",
"email": "franz.liedke@gmail.com",
"homepage": "http://www.develophp.org"
"email": "franz.liedke@gmail.com"
}
],
"support": {

View File

@ -56,18 +56,12 @@ echo "$block" | sudo tee /etc/nginx/sites-available/vagrant
sudo service nginx restart
### Setup NPM globals and create necessary directories ###
sudo apt-get install -y phantomjs zsh exuberant-ctags
sudo chown -R vagrant:vagrant /home/vagrant
cp /vagrant/scripts/aliases ~/.aliases
### Create rc file ###
if [ -e "/home/vagrant/.zshrc" ]
then
echo "source ~/.aliases" >> ~/.zshrc
else
echo "source ~/.aliases" >> ~/.bashrc
fi
echo "source ~/.aliases" >> ~/.bashrc
mysql -u root -proot -e 'create database flarum'