Content and device control server
- Python 3.10.0+ is installed
- Python Pip is installed
- MongoDb is installed
This guide shows, how to install the server.
cd /opt
git clone https://github.com/prochor666/archon-server.git
cd archon-server
chmod +x preinstall install
./preinstall
./install
Later use archon-update.sh
for system update:
cd /opt
./archon-update.sh
.\install.cmd
Running the webserver guide.
Only for development, installer creates Linux service automaticaly
cd /opt/archon-server
./server
Or regular service control
systemctl status archon-server
systemctl restart archon-server
systemctl start archon-server
systemctl stop archon-server
.\server.cmd
Command line interface.
How to run (and command list incoming soon).
Global command
arc command [-argument argument_value]
or in your archon home /opt/archon-server
./arc command [-argument argument_value]
.\arc.cmd command [-argument argument_value]
arc help
.\arc.cmd help