-
Notifications
You must be signed in to change notification settings - Fork 2
Setup with Vagrant
$ 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