This wiki introduces how to install our luna server. and this might turn into a script into git server. The target server must be connected internet. ==Installing system/ruby and all other shit==
 #!/bin/sh

 #system 
 apt-get -y install lynx-cur p7zip-full aptitude htop vim build-essential ethtool lm-sensors sshfs  iftop iotop smartmontools curl git git-core openssl bonnie++ autossh sysv-rc-conf byobu openvpn
 apt-get -y install postgresql-9.1 libpq-dev imagemagick graphicsmagick libcurl4-openssl-dev libmagickcore-dev libmagickwand-dev nodejs
 apt-get -y install bison libreadline6 libreadline6-dev zlib1g zlib1g-dev libssl-dev libyaml-dev libsqlite3-0 libsqlite3-dev sqlite3 libxml2-dev libxslt1-dev autoconf libsqlite3-dev libmysqlclient-dev ttf-unifont libsasl2-dev libncurses5-dev
 apt-get -y install rabbitmq-server avahi-utils nginx
 apt-get -y install nodejs

 #ruby (dl from own mirror and compile)
 wget http://ca2.piza.cc/ruby-1.9.3-p327.tar.bz2
 tar xvfj ruby-1.9.3-p327.tar.bz2
 cd ruby-1.9.3-p327
 ./configure
 make & make install 
 gem install bundler