Skip to content

Latest commit

 

History

History
34 lines (27 loc) · 1.16 KB

README.md

File metadata and controls

34 lines (27 loc) · 1.16 KB

NavIC ISRO

Steps to be followed

  1. Fork the respository and clone it on to your system by using git clone <url>

  2. Go to your terminal and enter cd udp_trial and Edit the UI changes that you want to build it.

  3. 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

  4. For windows user downlaod PUTTY software and add your configuration(i.e your IP)

  5. For linux user go to terminal and type ssh -o PreferredAuthentications=password -o PubkeyAuthentication=no ubuntu@ip

6. Call us in case if you get "permission denied"

  1. if not then you will be prompted with password assess enter the id as "aerophilia"
  2. then type git clone
  3. cd "udp_trial"
  4. Type sudo apt-get update
  5. type sudo apt-get install nodejs
  6. type sudo apt-get install npm
  7. 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