https://github.com/theonlyamos/runit-server
A self-hosted serverless platform (functions + database)
https://github.com/theonlyamos/runit-server
cloud functions nodejs php python runit runit-server serverless
Last synced: about 2 months ago
JSON representation
A self-hosted serverless platform (functions + database)
- Host: GitHub
- URL: https://github.com/theonlyamos/runit-server
- Owner: theonlyamos
- License: mit
- Created: 2022-11-16T15:51:48.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2026-02-12T23:11:51.000Z (about 2 months ago)
- Last Synced: 2026-02-13T05:51:35.995Z (about 2 months ago)
- Topics: cloud, functions, nodejs, php, python, runit, runit-server, serverless
- Language: Python
- Homepage:
- Size: 7.36 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# runit-server-Server 
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
## Supported Languages
  
## Installation
### Python Package
You can install the runit-server package using pip (Python package manager). Note that you will need to install [Python](https://python.org).
To download and install the Runit-Server package run the following command:
```shell
pip install runit-server
```
This will provide you with the globally accessible ```runit-server``` command.
### Install from source
```shell
git clone https://github.com/theonlyamos/runit-server.git
cd runit-server
pip install .
```
## Usage
Run the below command to print out usage message.
```shell
runit-server --help
```

### Setup Server
Run ```runit-server setup --help``` for help message.
***Follow the prompts to complete the setup after running the below command.***
```shell
runit-server setup
```
### Run Server
Run the command below to start the webserver
```shell
runit-server
```
## License

**Free Software, Hell Yeah!**