linkorb / raml-viewer

Simple RAML viewer web application

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RAML viewer

Simple RAML viewer application.

Getting started

Install dependencies:

composer install

Configuration

Copy config template files:

cp app/config/parameters.yml.dist app/config/parameters.yml

Now edit app/config/parameters.yml to your situation

Start the server

php -S 0.0.0.0:8080 -t web/

Now open http://127.0.0.1:8080 in your browser.

Contributing

Ready to build and improve on this repo? Excellent! Go ahead and fork/clone this repo and we're looking forward to your pull requests!

If you are unable to implement changes you like yourself, don't hesitate to open a new issue report so that we or others may take care of it.

Brought to you by the LinkORB Engineering team


Check out our other projects at linkorb.com/engineering.

Btw, we're hiring!

License

Please check LICENSE.md for full license information

About

Simple RAML viewer web application

License:MIT License


Languages

Language:PHP 49.5%Language:HTML 48.6%Language:ApacheConf 1.9%