prochor666 / archon-server

Archon server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

πŸ‘½ Archon server

Content and device control server


βœ… Prerequisities

  • Python 3.10.0+ is installed
  • Python Pip is installed
  • MongoDb is installed

πŸ’Ύ Installation

This guide shows, how to install the server.

πŸ’» Linux & Mac

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

πŸ’» Windows

.\install.cmd

πŸš€ Running the server

Running the webserver guide.

πŸ’» Linux & Mac

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

πŸ’» Windows

.\server.cmd

πŸ§ͺ CLI (Commnad line interface)

Command line interface.

How to run (and command list incoming soon).

πŸ’» Linux & Mac

Global command

arc command [-argument argument_value]

or in your archon home /opt/archon-server

./arc command [-argument argument_value]

πŸ’» Windows

.\arc.cmd command [-argument argument_value]

πŸ§ͺ Commands

πŸ’» Linux & Mac

arc help

πŸ’» Windows

.\arc.cmd help

About

Archon server

License:MIT License


Languages

Language:Python 87.9%Language:HTML 6.5%Language:Shell 4.1%Language:Batchfile 1.2%Language:JavaScript 0.3%