willjschmitt / joulia-webserver

Webserver and logging for electric brewing controller connecting distributed users to the equipment.
http://joulia.io
0 stars 0 forks source link

joulia-webserver

Build Status Coverage Status

Webserver and logging for electric brewing controller connecting distributed users to the equipment.

Quickstart

Clone the source: git clone https://github.com/willjschmitt/joulia-webserver.git

Install the dependencies: pip install -r requirements.txt

Create a database and change your database settings to connect to your instance in settings.py. See the django docs for more information. If using AWS Elastic Beanstalk with an RDS instance, the settings will pull the database information from the environment variables set by EBS.

Migrate the database to create the database schema using the django management tools: python manage.py migrate

Add the stylization from Bemat Admin. This project uses a purchased license of Bemat Admin from Wrap Bootstrap. Purchase a license of Bemat for your use from WrapBootstrap. As of this writing, the licenses for single-use were $10. Unzip the Bemat package and place the js,css, and vendor directories into the components/bemat-admin directory.

Run the server: python main.py

Project Information

This project is based on several web frameworks:

Related Projects

This project is part of the series of projects for the Joulia Brewing System:

Licensing

Copyright 2016 William Schmitt. All Rights Reserved.

The intention is to make this project open-sourced, but at this moment is maintained under personal copyright until a few things can be worked through.