Skip to content

peterxie/Crank

Repository files navigation

Waffle.io - Columns and their card count

Python: Getting Started

A barebones Django app, which can easily be deployed to Heroku.

Running Locally

Make sure you have Python installed properly.

$ git clone https://github.com/peterxie/Crank.git

$ pipenv install

$ pipenv shell

$ pip install -r requirements.txt

#use this to populate database tables for the first time $ python crank/fixtures/pop.py

$ python manage.py migrate

$ python manage.py collectstatic

$ python manage.py runserver

Running on Google Cloud

Log onto Google Cloud using UNI@columbia.edu

Open Console and go to Compute Engine for Project Crank

Under "Remote Access" click on SSH. This opens up shell to the VM instance.

Clone github. The rest of the steps are the same as running locally except one.

To run on google cloud for public access

$ python manage.py runserver 0:8000

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages