Skip to content
This repository has been archived by the owner on Jan 10, 2025. It is now read-only.
/ rpi_shell_scripts Public archive

Raspberry Pi shell scripts for fullstack web development

License

Notifications You must be signed in to change notification settings

derhess/rpi_shell_scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Some Shell Installation Script for Raspberry Pi

This projects maintains some setup and installations scripts for local Web Development experiments. The code is at the moment splitted into two folders. One folder for installations and setup scripts. The other folder contains some dameon services for systemd.

Setup Installations

  • Setup git on your Raspberry Pi and configure it a little bit
  • Setup a set of different NodeJS runtimes with NVM and install PM2 as nodejs app process manager
  • Setup a CouchDB database with systemd as boot starter

Services for systemd

  • CouchDB service, so that CouchDB gets startet after boot process
  • nginx server should start from the beginning

How to use

  1. Download the script
  2. make the script executable via shell command sudo chmod +x your_script.sh
  3. Run your your scrip via ./your_script.sh

If this all new to you, no problem! Just check these references

About

Raspberry Pi shell scripts for fullstack web development

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published