Installing - MutakamwoyoCloud/MCloud GitHub Wiki
Installing
- clone this repository
$ git clone https://github.com/MutakamwoyoCloud/MCloud.git
$ cd Mcloud
$ sudo chmod +x install.sh
Provider side (with internet)
- install the packages using provider option
- Make sure that you have ftp server installed and running (proftpd for example)
- execute watchdog daemon
$ sudo ./install.sh provider
$ (sudo service proftpd start)
$ su mcloud
$ (cd ~/MCloud/inet_side/mcloud_iside && python iside.py)
Client side
- install the packages using client option
- Make sure that you have mongod server installed with a storage location (whatever you prefer) and running
- execute the server
$ sudo ./install.sh client
$ sudo nohup mongod &
& npm start