mirror of https://github.com/flarum/flarum
Clean up
parent
290f1aff55
commit
7f90c99087
|
@ -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": {
|
||||
|
|
|
@ -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'
|
||||
|
||||
|
|
Loading…
Reference in New Issue