derhess / rpi_shell_scripts

Raspberry Pi shell scripts for fullstack web development

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:MIT License


Languages

Language:Shell 99.1%Language:HTML 0.9%