Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't find the login page for the tarantula. #86

Open
todkarabhishek opened this issue May 13, 2017 · 0 comments
Open

Can't find the login page for the tarantula. #86

todkarabhishek opened this issue May 13, 2017 · 0 comments

Comments

@todkarabhishek
Copy link

todkarabhishek commented May 13, 2017

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant