An open API service indexing awesome lists of open source software.

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.

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!