1
0
Fork 0
Go to file
Andrew Tomaka 4ca49979c0 Merge pull request #9 from atomaka/atomaka/feature/final
Final Project
2014-04-16 15:17:52 -04:00
.librarian/puppet Untested code for week 1 2014-01-15 15:09:51 -05:00
files Copy files recursively 2014-02-19 11:14:01 -05:00
final Add IP for final project 2014-04-02 15:56:52 -04:00
manifests Add nginx proxy 2014-04-02 15:56:52 -04:00
week1 Add required hello.txt file with IP 2014-01-15 16:45:04 -05:00
week2 Add text file with server IP 2014-01-22 11:27:57 -05:00
week6 Add week6 handin file 2014-02-19 11:17:41 -05:00
week9 Add week9 file with wordpress subdomain 2014-03-18 13:23:19 -04:00
.gitignore Ignore rbenv file 2014-03-18 13:21:31 -04:00
Puppetfile Update saz/ssh 2014-04-02 15:56:52 -04:00
Puppetfile.lock Update saz/ssh 2014-04-02 15:56:52 -04:00
README.md Update README 2014-04-01 18:21:01 -04:00
bootstrap.sh Add ruby1.9.3 to bootstrap 2014-04-01 18:21:01 -04:00

README.md

TC362 - Web Administration

Installation

Download the bootstrap script, set as executable, and run as root.

Usage

./bootstrap -s

Setup a server using the site.pp manifest and the master branch.

./bootstrap -s -m final.pp

Setup the server from the final project manifest

./bootstrap

Run the site.pp manifest file without the initial setup configurations.

./bootstrap -m final.pp atomaka/feature/final

Run the final.pp manifest file on the atomaka/feature/final branch of the project.