coded
v1.0.51
Published
coded.sh is an open-source platform to get web projects online on VPS, cloud and dedicated servers. All your projects can be managed from an interactive CLI (command-line interface).
Downloads
69
Maintainers
Readme
Install
npm install -g coded
What is Coded?
Coded.sh is an open-source platform to get web projects online on VPS, cloud and dedicated servers. All your projects can be managed from an interactive CLI (command-line interface).
Supported technologies:
- Static websites
- Node.js®
How to start
You need a server with Ubuntu 18.04 (VPS, cloud or dedicated). You can buy a server on DO (from $5/m), Vultr (from $2.5/m) etc. Use coupons to start for free.
- SSH into your server where you want to deploy a project and install Coded Node (manages projects on each server)
$ wget -O - https://api.coded.sh/coded-node.sh | bash
$ install-coded-node
- Install Coded CLI on your local machine where you develop your projects (you need installed Node.js®)
$ npm install -g coded
$ coded
Website: https://coded.sh