Skip to content

zach-taylor/snickerdoodle

Repository files navigation

snickerdoodle

Com S 309 Team 23 Project

Deploy Info

Setup Instructions

Manually

  • Activate your virtual environment
    $ pip install -r requirements.txt

Using develop.py

To install into a [virtualenv][virtualenv], just run the following:

    $ python develop.py install

Then activate the virtualenv:

    $ source ENV/bin/activate

And launch Flask.

Database Setup

To install Postgres on Linux:

    $ sudo apt-get update
    $ sudo apt-get install postgresql

To install Postgres on Mac: Go here and download and install the app

Change "SQLALCHEMY_DATABASE_URI" in snickerdoodle/settingslocal.py to use your desired URI (though if you create a blank database called snickerdoodle with postgres as the owner, there's no need to change it)

Then to get the latest schema, run this from your virtualenv console:

    $ python manage.py db upgrade

SVN Details

URL: https://repo.cs.iastate.edu/coms309/23/

Creds: NetID + NetID password

Syncing: Syncing Git + SVN

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •