https://github.com/linkorb/raml-viewer
Simple RAML viewer web application
https://github.com/linkorb/raml-viewer
Last synced: 3 months ago
JSON representation
Simple RAML viewer web application
- Host: GitHub
- URL: https://github.com/linkorb/raml-viewer
- Owner: linkorb
- License: mit
- Created: 2015-06-22T08:26:08.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-06-22T08:26:33.000Z (about 11 years ago)
- Last Synced: 2023-05-13T16:20:20.846Z (about 3 years ago)
- Language: PHP
- Size: 109 KB
- Stars: 4
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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](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](http://www.linkorb.com/engineering).
Btw, we're hiring!
## License
Please check LICENSE.md for full license information