rock and roll!

pull/1/head
Mike Dugan 2014-12-28 01:13:37 -05:00
parent d626f36fe5
commit 860e698620
3 changed files with 3 additions and 1 deletions

0
public/packages/.gitkeep Normal file → Executable file
View File

View File

@ -33,7 +33,8 @@ alias ccf='./vendor/bin/codecept Functional'
alias ccu='./vendor/bin/codecept run Unit'
#ember/js stuff
alias esv='ember serve --output-path="/vagrant/workbench/flarum/core/public"'
alias ember='/vagrant/workbench/flarum/core/ember/node_modules/ember-cli/bin/ember'
alias esv='cd /vagrant/workbench/flarum/core/ember && /vagrant/workbench/flarum/core/ember/node_modules/ember-cli/bin/ember serve --output-path="../public"'
#function aliases
alias ghc=ghc

View File

@ -24,6 +24,7 @@ mysql -u root -proot -e 'create database flarum'
cd /vagrant/workbench/flarum/core
git clone https://github.com/flarum/core .
composer install
mkdir public
cd /vagrant/workbench/flarum/core/ember
npm install
bower install