Skip to content

mysidewalk/pykc-meetup1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Deployment Setup

  1. Install Vagrant: http://www.vagrantup.com/download-archive/v1.5.4.html

  2. Install VirtualBox: https://www.virtualbox.org/wiki/Downloads

  3. Install git and clone the repository

  4. From the COMMAND LINE in the directory you just downloaded, type:

     xcode-select --install
     vagrant plugin install vagrant-vbguest vagrant-cachier
     vagrant up
    
  5. To create a super user:

     vagrant ssh
     cd /vagrant/demo
     python manage.py createsuperuser
    
  6. After it finishes, you should now be able to see the site by browsing to http://localhost:8080

Accompanying slideshow

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published