Coder Social home page Coder Social logo

giblet37 / snipswebadmin Goto Github PK

View Code? Open in Web Editor NEW

This project forked from crystalmethod/snipswebadmin

0.0 1.0 0.0 1.12 MB

Web based administrative system for Snips devices

License: MIT License

Python 53.68% CSS 3.73% JavaScript 4.21% HTML 38.34% Shell 0.04%

snipswebadmin's Introduction

snipsWebAdmin

Web based administrative system for Snips devices Check out a short video on what this does and how to use it https://youtu.be/gGwnzSOB9Nc

if installing this to a RPi make sure to run "sudo apt-get update" for the latest files

#install pip
sudo apt-get install python-pip python-git python-setuptools python-dev libffi-dev

#update to the latest pip
pip install --upgrade pip

#clone this git
git clone https://github.com/oziee/snipsWebAdmin.git

#install deps
cd snipsWebAdmin
sudo pip install -r requirements.txt

Starting web console

#alter the settings.toml file in the base directory
change the MQTT settings to match as needed

#start
./boot.sh (good for using a service, also cleans up compiled pyc files for a fresh start)

else you can just use 'python snipsFlask.py' 

(if it doesnt start you need to change the boot.sh to bootable.. only have to do this once)
chmod +x boot.sh

then run ./boot.sh again

Or you can create a service to start the console when the pi starts

#copy service file
sudo cp snipsWebAdmin.service /lib/systemd/system/snipsWebAdmin.service
sudo systemctl enable snipsWebAdmin.service
sudo systemctl start snipsWebAdmin.service

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.