Skip to content
yangxu edited this page Jun 2, 2015 · 6 revisions

Create your working folder

$ mkdir communityprofiles

$ cd communityprofiles

###Clone the project

$ git clone git@github.com:ProvidencePlan/Profiles.git

###Rename your local settings

$ cp Profiles/communityprofiles/local_settings.vagrant.py Profiles/communityprofiles/local_settings.py

$ cp Profiles/bin/settings.vagrant.json Profiles/bin/settings.json

$ cd Profiles/communityprofiles

###Installing Virtualbox:

$ sudo apt-get install virtualbox ###Installing Vagrant:

$ sudo apt-get install vagrant

Install the dkms package to ensure that the VirtualBox host kernel modules (vboxdrv, vboxnetflt and vboxnetadp) are properly updated if the Linux kernel version changes during the next apt-get upgrade.

$ sudo apt-get install virtualbox-dkms

###Start Vagrant Development environments $ vagrant up

$ vagrant ssh

###Run django in Vagrant Development environments

vagrant@profiles:~$ circusd circusd.ini

http://127.0.0.1:8000

Clone this wiki locally