Skip to content

scott-mccartney/raspi-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Raspberry Pi API (Setup w/out display)

  • Login
    • username: pi
    • password: raspberry
      • Change password to pi using passwd
  • Setup wifi
  • Get IP Address
    • Run hostname -I
      • Try ifconfig
    • 192.168.200.183
  • Connect to Pi using SSH
    • Open Putty.exe
    • Enter IP Address and click "OK"
      • First time: Click "Yes" to key message pop-up
  • Download Node/NPM
    • curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.34.0/install.sh | bash
    • nvm install --lts
    • OR:
      • sudo apt-get update
      • sudo apt-get install nodejs
      • sudo apt-get install npm
  • Update packages (Optional)
    • sudo apt-get update
    • sudo apt-get upgrade
  • Restart Raspberry Pi
    • sudo reboot
  • Remote Development with VS Code
     Host RaspberryPi
       User pi
       HostName 192.168.200.183
    
    • Use "Remote Explorer" or open Remote-SSH to open SSH connection
    • Sign in with password
  • Port Forwarding

About

Run a web server on a Raspberry Pi

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published