This is the bare minimum template project to easily get up and running with ScadaJS.
See this project live on https://aktos.io/st.
Windows users: Follow these instructions first.
- Open a terminal window (Windows users: right click, click "Open MSYS2 here")
git clone --recursive https://github.com/aktos-io/scadajs-template
cd scadajs-template
- Create a virtual environment:
make create-virtual-env
make install-deps
make development
will start necessary services.- Go to http://localhost:4011
- Use your favourite text editor for editing files. Use
Ctrl+b, n
andCtrl+b, p
to navigate between Tmux tabs.
This is optional (or you can do it later). See: prepare-database.md.
make release
.- Run:
./production.service
(look into the script, it's self documentary) - Go to http://localhost:4011