-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Chirag Gude edited this page Jun 8, 2014
·
14 revisions
Turizon-Packer wiki
After getting access to a brand new VPS - Update the OS, install some additional tools and diable the firewall
yum -y update
yum -y install wget unzip
service iptables stop
wget https://github.com/chiraggude/turizon-packer/archive/master.zip
unzip master.zip
rpm -ivh https://yum.puppetlabs.com/el/6/products/x86_64/puppetlabs-release-6-10.noarch.rpm
yum -y install puppet
Now, move the “manifests” and “modules” folder from /root/turizon-packer-master/puppet
to /etc/puppet
cd /root/turizon-packer-master/puppet
mv manifests /etc/puppet
mv modules /etc/puppet
cd /etc/puppet/manifests
puppet apply init.pp
(or puppet apply /etc/puppet/manifests/init.pp)
- Web Root (/home/www):
http://(server-ip)
- Linux Dashboard:
http://(server-ip):8081
- Adminer:
http://(server-ip):8082
- Adminer Editor:
http://(server-ip):8083
- MariaDB: user
root
passwordvagrant