j05h / whatsup

A site to determine, you know...What's Up.
MIT License
0 stars 1 forks source link

Configured Cassandra inside a Vagrant #11

Closed retr0h closed 10 years ago

retr0h commented 10 years ago

Cleaner to run services inside vagrant, and not dirty the host OS. Also get deployment scripts for Cassandra.

There appears to be a bug with the migrator.py. It appears to run in the development environment by default.

j05h commented 10 years ago

migrator runs on dev by default on purpose. You can provide the environment via the CLI by setting

'FLASK_ENV=production ./migrator.py'