https://github.com/devjack/cfpengine.org
CFPengine public community site.
https://github.com/devjack/cfpengine.org
Last synced: 3 months ago
JSON representation
CFPengine public community site.
- Host: GitHub
- URL: https://github.com/devjack/cfpengine.org
- Owner: devjack
- License: mit
- Created: 2014-10-23T01:26:54.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-10-23T01:47:13.000Z (over 10 years ago)
- Last Synced: 2025-01-30T15:49:33.128Z (4 months ago)
- Size: 121 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CFPengine
## The code behind _cfpengine.org_## Requirements
- PHP 5.5+
- cURL (for installation)
- PHPUnit + Behat for running tests
_Ok so I digress, it doesn't really need PHP 5.5. But you really have no excuse for *not* using 5.5 so hah!!_## Installation
1. Checkout the code from
2. Run PHP's internal webserver
```
php -S 0.0.0.0:8080 -t ./
```## Contributions
If you'd like to make a contribution, please submit a pull request to## Copyright
Copyright (c) 2014 - Jack Skinner
License: MIT