didicodethat / sitebuilder

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Getting Started

Using Vagrant

Add on your /etc/hosts 37.187.106.27 int.meumobi.com

vagrant box add --name sitebuilder http://int.meumobi.com/vagrant/sitebuilder.box
vagrant up

Set the ENVIRONMENT

echo "development" > config/ENVIRONMENT

Set the database config

cp config/connections{.sample,}.php

Execute migrations

php sitebuilder/scripts/migrate.php

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

About


Languages

Language:PHP 89.0%Language:JavaScript 8.4%Language:CSS 2.0%Language:Ruby 0.4%Language:ApacheConf 0.2%Language:DIGITAL Command Language 0.1%Language:Shell 0.0%Language:Batchfile 0.0%Language:PLSQL 0.0%