forked from partyrobotics/bartendro
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathREADME
41 lines (28 loc) · 1.44 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
This is a forked version of the original Bartendro software which
supports the [Hello Drinkbot](https://www.facebook.com/groups/602734573508700) project
(the original hellodrinkbot.com domain was lost, and now appears to be a malware
distribution vector)
# Quickstart for Hello Drinkbot fork
- git clone https://github.com/RichGibson/bartendro.git
- cd bartendro/ui
- #this requires python 2.7, for now. If you use Conda this works:
- conda create --name py27 python=2.7
- conda activate py27
- pip install -r requirements.txt
- cp bartendro.db.default bartendro.db
- sh ./start_bartendro.sh
Got to http://http://127.0.0.1:8080/
----
Programs for the various systems of the Bartendro drink dispensing robot.
Created by Pierre Michael and Robert Kaye
Copyright (c) Party Robotics 2010-2013
All of the source code in this repository is licensed under the GNU Public License 2.0.
The hardware schematic and layouts are licensed using the Creative Commons
Attribution-ShareAlike 3.0 Unported license.
The source tree is laid out as follows:
hardware -- schematics and layouts for the dispenser and router hardware boards
firmware -- source code (C) for the dispenser and router boards
scripts -- scripts to make running the bartendro software easier
tsb -- legacy code from our old skool drink bot prototyp Tequila Sunrise Bot
ui -- web interface for the bot, written in python.
These various subdirectories may contain more README and COPYING files.