mirror of https://github.com/flarum/flarum
Vagrant: Remove old fix
parent
83b8fcaa2b
commit
1626964689
|
@ -57,7 +57,6 @@ sudo service nginx restart
|
|||
|
||||
### Setup NPM globals and create necessary directories ###
|
||||
sudo apt-get install -y phantomjs zsh exuberant-ctags
|
||||
mkdir /home/vagrant/npm
|
||||
sudo chown -R vagrant:vagrant /home/vagrant
|
||||
|
||||
cp /vagrant/scripts/aliases ~/.aliases
|
||||
|
@ -72,9 +71,6 @@ fi
|
|||
|
||||
mysql -u root -proot -e 'create database flarum'
|
||||
|
||||
### Fix up NPM installation
|
||||
nvm use --delete-prefix stable --silent
|
||||
|
||||
### Setup flarum/core and install dependencies ###
|
||||
cd /vagrant/flarum/core
|
||||
git pull
|
||||
|
|
Loading…
Reference in New Issue