Skip to content

Instantly share code, notes, and snippets.

@daxxog
Last active December 11, 2015 16:58
Show Gist options
  • Save daxxog/4631155 to your computer and use it in GitHub Desktop.
Save daxxog/4631155 to your computer and use it in GitHub Desktop.
my install scripts

My install scripts

designed for use on ubuntu

#redis
curl -L https://gist.githubusercontent.com/daxxog/f80c83e1200deca04fcc/raw/redis-install.sh | sh

#mongodb replica set
curl -L https://gist.github.com/raw/4616170/install-mongo-repset.sh | sh

#nodejs
curl -L https://gist.githubusercontent.com/daxxog/4615060/raw/install-node.sh | sh

#node server upstart
curl -L https://gist.github.com/daxxog/5340976/raw/node-server-install.sh | sh

#bcserver upstart
curl -L https://gist.github.com/daxxog/5341036/raw/bcserver-install.sh | sh

#no-ip
curl -L https://gist.github.com/raw/4597895/noip-install.sh | sh
cd ~/dev/noip*; sudo make install

#exapark
curl -L https://gist.github.com/raw/4631150/install-exapark.sh | sh
cd ~/dev; sudo ./install.sh

#utserver
curl -L https://gist.githubusercontent.com/daxxog/5793383/raw/install-utorrent.sh | sh

#cloud9
curl -L https://gist.github.com/daxxog/5816760/raw/cloud9-install.sh | bash

#rmr + DG + quick clone
curl https://gist.githubusercontent.com/daxxog/615fae60e1974828e865/raw/rmr-dg-clone-install.sh | sh

#lampp 32bit
curl -L https://gist.github.com/daxxog/5877852/raw/lampp-install-32.sh | sh

#all my tools and shortcuts
curl https://gist.githubusercontent.com/daxxog/7b451d2162a7015eb994/raw/all-tools--shortcuts-install.sh | sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment