Skip to content

An Interactive bash script that installs NodeJS (via NVM), Postgresql and create psql roles and database on a freshly installed Debian|Ubuntu|Centos machines.

Notifications You must be signed in to change notification settings

asimlibra/NodeJS-PGSQL-installer-script

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

NodeJS-PGSQL-installer-script

This Script expects a freshly installed Debian|Ubuntu or Centos based machine.

Note: This Script runs in interactive mode and reads variable data from STDIN.

When run against privileged user it does the following things:

  • Create a system User
  • Install NVM, Node and Angular/cli
  • Adds repo for Postgresql
  • Install Postgresql-server, start and enable it
  • create a PSQL Role
  • Create a database and assign privileges to created role

About

An Interactive bash script that installs NodeJS (via NVM), Postgresql and create psql roles and database on a freshly installed Debian|Ubuntu|Centos machines.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages