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
- Host: GitHub
- URL: https://github.com/ratchetphp/socketo.me
- Owner: ratchetphp
- License: other
- Created: 2012-11-17T20:45:23.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2023-05-11T09:54:57.000Z (about 3 years ago)
- Last Synced: 2025-05-30T07:48:24.579Z (about 1 year ago)
- Language: HTML
- Homepage: http://socketo.me
- Size: 22.6 MB
- Stars: 23
- Watchers: 10
- Forks: 39
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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!