Skip to content

Not sure what to call it anymore, but the idea is to deploy this code to a raspberrypi, using relays and temperature sensors to make my brewday easier

Notifications You must be signed in to change notification settings

bestermichael/brewthing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installing Pip:
-----------------
1. Install pip:
    wget https://bootstrap.pypa.io/get-pip.py
    python get-pip.py
    
2. [if using virtual env] sudo pip install virtualenv -or- sudo apt-get install python-virtualenv
    $ mkdir myproject
    $ cd myproject
    $ virtualenv venv
     New python executable in venv/bin/python
     Installing distribute............done.
     
    . venv/bin/activate

Installing Flask:
-----------------------
1. Install Flask
    $ pip install Flask
    
    
2. Install Flask SocketIO

    $ pip install flask-socketio
    
3. Create the application schema by doing the following:
    $ python
    >> from brewthing import db
    >> init_db()
    >> quit()

4.
    

About

Not sure what to call it anymore, but the idea is to deploy this code to a raspberrypi, using relays and temperature sensors to make my brewday easier

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published