https://github.com/dirk/opun
Open-source PHP implementation of both the master and slave clients of the Oscen dynamic content delivery network protocol.
https://github.com/dirk/opun
Last synced: about 1 year ago
JSON representation
Open-source PHP implementation of both the master and slave clients of the Oscen dynamic content delivery network protocol.
- Host: GitHub
- URL: https://github.com/dirk/opun
- Owner: dirk
- Created: 2009-11-06T22:39:14.000Z (over 16 years ago)
- Default Branch: master
- Last Pushed: 2009-11-09T02:21:35.000Z (over 16 years ago)
- Last Synced: 2025-04-09T15:13:52.170Z (about 1 year ago)
- Language: PHP
- Homepage: http://esherido.com/
- Size: 176 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.textile
Awesome Lists containing this project
README
h2. Opun
Opun is an open-source PHP implementation of the Oscen master-slave content delivery network protocol.
h3. Getting Started
# You'll want to grab this repository, which contains both files for a master server and a slave server.
# Either keep them both, or just grab the one you want by copying the folder (master or slave) to its destination.
# Set up your @config.php@ files. Make sure to create a strong password, a good secret (If you're running a slave), and the gateway and base URL.
# Set the permissions on your packages (@master/packages@ and @slave/packages@) and data (@master/app/data@ and @slave/app/data@) directories to *777*.
# Make sure you have @php_value output_buffering "0"@ in your @.htaccess@ files in the @master@ and @slave@ directories.
# Find a master or a slave to establish your dominion over/become a humble peon for!