Descarga ASYD, es completamente gratis y libre, y soportado por la comunidad. Simplemente elige tu sistema y ejecuta esos pocos comandos para tenerlo funcionando en nada de tiempo!
apt-get update && apt-get install -y ruby-full git libxslt-dev libxml2-dev libsqlite3-dev zlib1g-dev make gcc patch
gem install bundler
git clone https://github.com/AsydSolutions/asyd.git
cd asyd
bundle install
./asyd.sh start
yum install -y ruby ruby-devel git libxslt-devel libxml2-devel libsqlite3x-devel make gcc patch
gem install bundler
git clone https://github.com/AsydSolutions/asyd.git
cd asyd
bundle install
./asyd.sh start
pacman -Sy ruby git libxslt libxml2 sqlite make gcc patch
gem install bundler
git clone https://github.com/AsydSolutions/asyd.git
cd asyd
bundle install
./asyd.sh start