git clone https://github.com/nobodyme/paetio-install.git
sudo ./1-core-rbenv.sh
sudo ./2-rbenv-plugins.sh
sudo ./3-mysql.sh
export LC_ALL=en_US.UTF-8
export LANG=en_US.UTF-8
rbenv install 2.2.8 --verbose
rbenv global 2.2.8
echo "gem: --no-ri --no-rdoc" > ~/.gemrc
gem install bundler
rbenv rehash
gem install rails -v 5.2.0
rbenv rehash
cd ~/paetio-install
sudo ./4-rabbitmq-erlang.sh
sudo ./5-redis-one.sh
# further install instructions in this link,
# https://www.digitalocean.com/community/tutorials/how-to-install-and-configure-redis-on-ubuntu-16-04
# follow how to edit config file
# Change this on redis.conf file in /etc/redis
# supervised systemd
# dir /var/lib/redis
sudo ./5-redis-two.sh
sudo ./6-bitcoin.sh
# edit conf after this for bitcoind
# set username and password to access bitcoind in config/currenices.yml
sudo ./7-github.sh
# edit config/application.yml to set up site URL_HOST
# paste same bitcoin username and password in config/currenices.yml
# set mysql admin name and password in config/database.yml
# edit db/seeds.rb file to input admin user name and password for the website
bundle install
bundle update json
bundle install
bundle exec rake db:setup
bundle exec rake daemons:start
bundle exec rails server
This repository has been archived by the owner on Mar 14, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
nobodyme/paetio-install
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description or website provided.
Topics
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published