Skip to content

PoseBiz/DevSetup

Repository files navigation

# !!!! INSTALL Rails Project First

# 1. Install Vagrant

# http://docs.vagrantup.com/v2/installation/

# 2. Setup DevSetup repo

git clone https://github.com/PoseBiz/DevSetup.git

# 3. Setup Submodules

git submodule init
git submodule update

# 4. Get PHP Code in your git projects foldter

mkdir Moonbox
git clone [email protected]:MoonBox/portal.git portal

# 5. Create the Sympony Logs folders in your git root

mkdir symfonycache
mkdir symfonylog

chmod 777 symfonycache
chmod 777 symfonylog

# 6.  Update local permissions

cd Moonbox/portal/config
sudo chmod 775 databases.yml

# 7. Start Vagrant

cd DevSetup
vagrant up

#8. update databases.yml file, change localhost to 10.0.2.2, db name to pose_development and remove password

#9. Append '/etc/hosts' with:

192.168.128.128 shop.pose.dev

#10. clear symfony cache
vagrant ssh
cd Moonbox/portal
./symfony cc


#11. build product index
./symfony lbb:updateProductIndex --rebuild=1

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published