Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gmac/lassie-constellation
https://github.com/gmac/lassie-constellation
Last synced: 29 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/gmac/lassie-constellation
- Owner: gmac
- Created: 2013-06-07T15:42:02.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-07-09T15:46:17.000Z (over 11 years ago)
- Last Synced: 2024-04-14T22:19:47.458Z (7 months ago)
- Language: JavaScript
- Size: 680 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`