Skip to content

These set of scripts are a skeleton installation of taiga production install - taigaio.github.io/taiga-doc/dist/setup-production.html

License

Notifications You must be signed in to change notification settings

edenberger/taiga-shell-install

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Taiga Shell Installation

Description:

This script is the skeleton installation of taiga production install - taigaio.github.io/taiga-doc/dist/setup-production.html
It doesn't configure events as it is marked as optional
start.sh is the main script creating a new user 'taiga' and running prerequisites install scripts under it.

Was built with:

Ubuntu 16.04.05
Taiga-backend
branch: stable
commit: 1a850f51792a13c4795aa25a04d739d2b940b22a
Taiga-frontend
branch: stable
commit: ca2c7bd34af4117af9f5d50f88b401adc24a0844

Scripts Description:

 taiga-shell-install/
 ├── bin
 │   ├── 4-backend.sh : taiga-backend
 │   ├── 5-frontend.sh : taiga-frontend
 │   ├── 7.1-startExpose.sh : circus 
 │   └── 7.2-nginx.sh : nginx
 ├── etc
 │   └── conf.sh : changeMe variables
 ├── README.md : This Readme
 └── start.sh : Install script

Notes:

  • User taiga is being granted with 'sudo without password' at the beggining of the script and revoked at the end, in case of failure /etc/sudoers rule should be manually removed
  • Failed to install on Ubuntu 18.04.*

About

These set of scripts are a skeleton installation of taiga production install - taigaio.github.io/taiga-doc/dist/setup-production.html

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages