-
Fork the respository and clone it on to your system by using
git clone <url>
-
Go to your terminal and enter
cd udp_trial
and Edit the UI changes that you want to build it. -
Use the following command to add and commit and also to push back to your git server
git add .
git commit -m "message"
git push origin master
-
For windows user downlaod PUTTY software and add your configuration(i.e your IP)
-
For linux user go to terminal and type
ssh -o PreferredAuthentications=password -o PubkeyAuthentication=no ubuntu@ip
- if not then you will be prompted with password assess enter the id as "aerophilia"
- then type git clone
- cd "udp_trial"
- Type sudo apt-get update
- type sudo apt-get install nodejs
- type sudo apt-get install npm
- then type
sudo npm cache clean -f sudo npm install -g n sudo n stable sudo n latest
sudo apt-get update
14. type : npm install
15. type npm install express
16. Type : sudo node server.js