Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/atomaka/tc362
https://github.com/atomaka/tc362
Last synced: 15 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/atomaka/tc362
- Owner: atomaka
- Created: 2014-01-15T16:30:50.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-05-01T03:57:50.000Z (over 10 years ago)
- Last Synced: 2023-03-12T07:24:55.044Z (over 1 year ago)
- Language: Puppet
- Size: 2.71 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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.