Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jeroendedauw/queryrwebsite
Website that documents the QueryR API
https://github.com/jeroendedauw/queryrwebsite
Last synced: 8 days ago
JSON representation
Website that documents the QueryR API
- Host: GitHub
- URL: https://github.com/jeroendedauw/queryrwebsite
- Owner: JeroenDeDauw
- License: other
- Created: 2015-11-24T05:09:01.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2018-08-16T02:43:01.000Z (over 6 years ago)
- Last Synced: 2024-10-16T14:41:13.351Z (about 1 month ago)
- Language: JavaScript
- Homepage:
- Size: 1.07 MB
- Stars: 1
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
# QueryR website
[![Build Status](https://travis-ci.org/JeroenDeDauw/QueryrWebsite.svg)](https://travis-ci.org/JeroenDeDauw/QueryrWebsite)
Website that documents the [QueryR API](https://github.com/JeroenDeDauw/QueryrAPI).
The website uses the [Silex](silex.sensiolabs.org/) PHP micro-framework.
## Finding pages
Pages are located in `app/templates/pages`. All pages get embedded in the common layout
`app/templates/layout.html`. Routing information can be found in `app/routes.php`.## Installation
* Run `composer install`
* http://silex.sensiolabs.org/doc/web_servers.htmlFor developing, you can simply run `php -S localhost:8000` in `web`. No need to have a real server
set up.## Configuration
Available options are in `app/config/default-config.php`. Create a `app/config/config.php` file
and override the options you are interested in.## Filing issues
Please file issues at https://github.com/JeroenDeDauw/QueryrAPI