-
Notifications
You must be signed in to change notification settings - Fork 105
Open
Description
Got the email saying account has been created but after clicking the URL mentioned in the mail it's not showing the login page of tarantula instead its showing apache's home page.
The following are the commands that I used for installing the tarantula:
- yum install make gcc readline-devel zlib-devel openssl-devel libyaml redhat-lsb
- sudo gpg2 --keyserver hkp://keys.gnupg.net --recv-keys 409B6B1796C275462A1703113804BB82D39DC0E3
- curl -L https://get.rvm.io | sudo bash -s stable --rails
- source /usr/local/rvm/scripts/rvm
- yum install http://download.fedoraproject.org/pub/epel/6/i386/epel-release-6-8.noarch.rpm
- rvm install ruby-1.9.3-p551
- rvm use 1.9.3 --default
- yum -y install wget
- wget https://raw.github.com/prove/tarantula/master/vendor/installer/install.sh
- gem install bundler -v '1.15.0.pre.2'
- bash install.sh
- yum install dbus-python
- service messagebus start
- cd /opt/tarantula/rails
- RAILS_ENV=production rake tarantula:install
- system-config-firewall-tui
- chkconfig httpd --add
- chkconfig --level 35 httpd on
- chkconfig mysqld --add
- chkconfig --level 35 mysqld on
- chkconfig memcached --add
- chkconfig --level 35 memcached on
- chkconfig delayed_job --add
- chkconfig --level 35 delayed_job on
- sudo yum install -y pygpgme curl
- sudo yum install -y ntp
- sudo chkconfig ntpd on
- sudo ntpdate pool.ntp.org
- sudo service ntpd start
- sudo curl --fail -sSLo /etc/yum.repos.d/passenger.repo https://oss-binaries.phusionpassenger.com/yum/definitions/el-passenger.repo
- sudo yum install -y nginx passenger || sudo yum-config-manager --enable cr && sudo yum install -y nginx passenger
- passenger-install-apache2-module
- cp /opt/tarantula/rails/config/crontab /etc/cron.d/tarantula
- chown root:root /etc/cron.d/tarantula
- chmod 0644 /etc/cron.d/tarantula
- reboot
Metadata
Metadata
Assignees
Labels
No labels