MySaaS is an open-source, extensible and scalable platform for develop your own Software as a Service (SaaS), e-Commerce, Education Platform, Social Network, Forum or any kind of memberships based product.
- On Ubuntu 20.04, download the script for installing our standard environment:
wget https://raw.githubusercontent.com/leandrosardi/environment/main/sh/install.ubuntu.20_04.sh
- Install my.saas:
Switch to root
and run this command:
bash install.ubuntu.20_04.sh <hostname> <password>
-
A new user
blackstack
will be added to your operative system, with the password provided in the command line. -
The
hostname
of your computer will be changed too.
-
Switch user to
blackstack
. -
Install and run your first SaaS:
saas deploy ssh=blackstack@<password>@localhost:22
The following (and very simple architecture) has been installed in your computer:
(image)
- Visit your SaaS at http://127.0.0.1:3000.
Recommended readings: