tc362/README.md

33 lines
539 B
Markdown
Raw Normal View History

2014-01-15 17:35:40 -05:00
# TC362 - Web Administration
2014-01-15 11:37:39 -05:00
2014-04-01 11:45:06 -04:00
## 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.