|
| 1 | +# Revel Framework |
| 2 | + |
| 3 | +[](http://travis-ci.org/revel/revel) [](LICENSE) |
| 4 | + |
| 5 | +A high productivity, full-stack web framework for the [Go language](http://www.golang.org). |
| 6 | + |
| 7 | +<<<<<<< HEAD |
| 8 | +Current Version: 0.16.0-dev (2017-05-11) |
| 9 | +======= |
| 10 | +Current Version: 0.15.0 (2017-05-11) |
| 11 | +>>>>>>> master |
| 12 | + |
| 13 | +**As of Revel 0.15.0, Go 1.7+ is required.** |
| 14 | + |
| 15 | +## Quick Start |
| 16 | + |
| 17 | +Install revel framework: |
| 18 | + |
| 19 | + go get -u github.com/revel/cmd/revel |
| 20 | + |
| 21 | +Create a new app and run it: |
| 22 | + |
| 23 | + revel new github.com/myaccount/my-app |
| 24 | + revel run github.com/myaccount/my-app |
| 25 | + |
| 26 | +Open http://localhost:9000 in your browser and you should see "It works!" |
| 27 | + |
| 28 | + |
| 29 | +## Community |
| 30 | + |
| 31 | +* [Gitter](https://gitter.im/revel/community) |
| 32 | +* [StackOverflow](http://stackoverflow.com/questions/tagged/revel) |
| 33 | + |
| 34 | +## Learn More |
| 35 | + |
| 36 | +* [Manual, Samples, Godocs, etc](http://revel.github.io) |
| 37 | +* [Apps using Revel](https://github.com/revel/revel/wiki/Apps-in-the-Wild) |
| 38 | +* [Articles Featuring Revel](https://github.com/revel/revel/wiki/Articles) |
| 39 | + |
| 40 | +## Contributing |
| 41 | + |
| 42 | +* [Contributing Code Guidelines](https://github.com/revel/revel/blob/master/CONTRIBUTING.md) |
| 43 | +* [Revel Contributors](https://github.com/revel/revel/graphs/contributors) |
| 44 | + |
| 45 | + |
| 46 | +## Gratitude |
| 47 | + |
| 48 | +First and foremost, we'd like to thank the growing community of developers who enjoy using and contributing to Revel. Your patience, feedback, and moral support are vital to the ongoing development of Revel! |
| 49 | + |
| 50 | +Finally, we'd like to thank the professional organizations that have supported the development of Revel: |
| 51 | +* [Looking Glass](https://www.lookingglasscyber.com/) |
| 52 | + |
| 53 | + |
| 54 | +## Announcements |
| 55 | + |
| 56 | +View the [v0.15.0 release notes](https://github.com/revel/revel/releases/tag/v0.15.0) |
| 57 | +for all of the relevant changes. |
| 58 | + |
| 59 | +We are working on increasing the speed and quality of our releases. Your feedback has never been so valuable, please share your thoughts with us and help shape Revel! |
0 commit comments