- Python
- MySQL
- VirtualBox
- VirtualBox Oracle VM VirtualBox Extension Pack
- Vagrant
- [Vagrant plugins]
- Install VirtualBox
- Install VirtualBox Oracle VM VirtualBox Extension Pack
- Install Vagrant
- vagrant plugin install vagrant-json-config
- vagrant plugin install vagrant-rsync-back
- vagrant plugin install vagrant-aws
git clone
this repository:
# Clone with HTTPS
$ git clone https://github.com/curious725/django_official_tutorial.git
# Clone with SSH
$ git clone [email protected]:curious725/django_official_tutorial.git
- To start development run
$ vagrant up dev
$ vagrant ssh dev
$ cd /vagrant
$ source venv/bin/activate
$ cd /polls/
$ python manage.py runserver 0.0.0.0:8000
- Navigate to http://localhost:8000/ to access server.