Installing - MutakamwoyoCloud/MCloud GitHub Wiki

Installing

  1. clone this repository
    $ git clone https://github.com/MutakamwoyoCloud/MCloud.git
    $ cd Mcloud
    $ sudo chmod +x install.sh    

Provider side (with internet)

  1. install the packages using provider option
  2. Make sure that you have ftp server installed and running (proftpd for example)
  3. execute watchdog daemon
    $ sudo ./install.sh provider
    $ (sudo service proftpd start)
    $ su mcloud 
    $ (cd ~/MCloud/inet_side/mcloud_iside && python iside.py)

Client side

  1. install the packages using client option
  2. Make sure that you have mongod server installed with a storage location (whatever you prefer) and running
  3. execute the server
    $ sudo ./install.sh client
    $ sudo nohup mongod &
    & npm start