Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/gmac/lassie-constellation


https://github.com/gmac/lassie-constellation

Last synced: 29 days ago
JSON representation

Awesome Lists containing this project

README

        

# Lassie Constellation

An adventure game engine that may never be... this is just a hobby repo. Nothing serious (for now).

## Setup

1. Create a virtualenv.
2. Clone repo into virtual env, install requirements.
3. Start postgres server, add "lassie" database.
4. Sync the database `python manage.py syncdb`
5. Copy "env-template" file, rename to ".env"
6. Install Heroku toolbelt.
7. `foreman start`