Skip to content

Instantly share code, notes, and snippets.

View lshengjian's full-sized avatar

alex liu lshengjian

  • SISE Game dept.
  • CHINA GuangDong Guangzhou
View GitHub Profile

#Installing Taiga on CentOS 6 (x64)

##Dependencies ...

yum update -y
yum groupinstall "Development Tools" -y
yum install libxslt-devel libxml2-devel libXt-devel curl git tmux -y

##Installing PostgreSQL

@ssplatt
ssplatt / circus.service
Created May 12, 2015 18:04
taiga circus service for systemd
[Unit]
Description=Circus for Taiga
After=syslog.target
After=network.target
[Service]
Type=simple
User=taiga
Group=taiga
ExecStart=/usr/bin/circusd /home/taiga/circus.ini
@sink66
sink66 / setup-taiga-centos.sh
Last active October 1, 2021 13:36
Taiga.io minimum install & run commands / CentOS7.2
#!/bin/bash
# How to use
# 1. Replace the "YOURIP" to yourIP
#sed -i -e 's/YOURIP/192.168.x.x/g' setup-taiga-centos.sh
# 2. Run at the root
#source setup-taiga-centos.sh