Update README.md
Basic installation and test procedure
This commit is contained in:
parent
e50e85fc0f
commit
3de9a8a989
1 changed files with 12 additions and 0 deletions
12
README.md
12
README.md
|
@ -27,3 +27,15 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
See the License for the specific language governing permissions and
|
See the License for the specific language governing permissions and
|
||||||
limitations under the License.
|
limitations under the License.
|
||||||
|
|
||||||
|
Install and run
|
||||||
|
===============
|
||||||
|
|
||||||
|
wget https://bootstrap.pypa.io/get-pip.py
|
||||||
|
sudo python get-pip.py
|
||||||
|
sudo pip install tornado
|
||||||
|
cd
|
||||||
|
git clone https://github.com/raspibo/eventman
|
||||||
|
cd eventman
|
||||||
|
./eventman_server.py
|
||||||
|
|
||||||
|
Open browser and navigate to: http://localhost:5242/
|
||||||
|
|
Loading…
Reference in a new issue