Skip to content

PoseBiz/DevSetup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

# 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. add host forwarding in pow

echo 8080 > ~/.pow/shop.pose

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published