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

https://github.com/ratchetphp/socketo.me

Ratchet's Website
https://github.com/ratchetphp/socketo.me

Last synced: 12 months ago
JSON representation

Ratchet's Website

Awesome Lists containing this project

README

          

## Installation/Setup

This is a bit messy, if you're good at cleaning it up, please submit a PR!

Steps to get the site running:
* Run `cp .htaccess.example .htaccess` and replace "socketo.me" with what ever your local URL is for the site
* Run `composer.phar install` in the repository directory
* Run `make`

This is assuming you're using Apache. The .htaccess is re-writing to ignore the root directory and look at /web as the root.
The demo requires a couple external libraries loaded by composer, the Makefile moves in /web to be publically accessible.

## Documentation

All the documentation files are located in /views using the twig format. Create/Edit them and submit PRs!