The runit-server Command Line Interface (CLI) Tools can be used to test, manage, and deploy your runit-server project from the command line.
- Create new runit-server project
- Run a local web server for your runit-server project
- publish code and assets to your runit-server-server domain
- Interact with data in your runit-server-server database
You can install the runit-server package using pip (Python package manager). Note that you will need to install Python. To download and install the Runit-Server package run the following command:
pip install runit-server
This will provide you with the globally accessible runit-server
command.
git clone https://github.com/theonlyamos/runit-server.git
cd runit-server
pip install .
Run the below command to print out usage message.
runit-server --help
Run runit-server setup --help
for help message.
Follow the prompts to complete the setup after running the below command.
runit-server setup
Run the command below to start the webserver
runit-server
Free Software, Hell Yeah!