I use my RaspberryPi to run some of my personal projects, like a cloud platform, I wanted to make it easier to add, stop and update those repos, this is Sucellus, it is my personal cloud platform, it must have this functionalities:
- Add a project
- Providing Name
- Providing URL
- Providing Language
- Providing Port
- Providing Env Vars
- Providing Pooling interval
- Start project (auto start on boot)
- Stop project (auto stop when updating project)
- Edit Project
- Copy
sample.env
to.env
and rename the variables if you need - You can run this repo on vscode
Or, you can run by doing this:
make build-mongo # Only once
make start-mongo
make dev
You must always start mongo while in dev.
make test
joaomarcuslf |