Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lenra-io/template-ruby-on-rails
Ruby-on-rails template to start your Lenra app.
https://github.com/lenra-io/template-ruby-on-rails
app-development cloud-computing data-management ruby ruby-on-rails ui
Last synced: about 2 months ago
JSON representation
Ruby-on-rails template to start your Lenra app.
- Host: GitHub
- URL: https://github.com/lenra-io/template-ruby-on-rails
- Owner: lenra-io
- License: mit
- Created: 2022-10-04T12:50:23.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-08-19T01:43:28.000Z (over 1 year ago)
- Last Synced: 2024-01-26T02:31:53.314Z (12 months ago)
- Topics: app-development, cloud-computing, data-management, ruby, ruby-on-rails, ui
- Language: Ruby
- Homepage:
- Size: 14.6 KB
- Stars: 0
- Watchers: 0
- Forks: 1
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![Contributors][contributors-shield]][contributors-url]
[![Forks][forks-shield]][forks-url]
[![Stargazers][stars-shield]][stars-url]
[![Issues][issues-shield]][issues-url]
[![MIT License][license-shield]][license-url]
Template Ruby on Rails
This template provides just enough to get started with your Ruby on Rails application.
Report Bug
·
Request Feature
## Prerequisites
To properly run this template, you will have to make sure that the Lenra CLI and docker with docker-compose are installed on your computer.
Installation instructions can be found here https://github.com/lenra-io/lenra_cli.## Usage
To run the Ruby on rails template you first need to build the application.
```console
lenra build
```Then you can start it.
```console
lenra start
```You can then access the application by opening [`localhost:4000`](http://localhost:4000) on your web browser.
This template is a basic implementation of a Lenra application using the Ruby language. You can get your application started by using this template.
## Contributing
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are **greatly appreciated**.
If you have a suggestion that would make this better, please open an issue with the tag "enhancement".
Don't forget to give the project a star if you liked it! Thanks again!## License
Distributed under the **MIT** License. See [LICENSE](./LICENSE) for more information.
## Contact
Lenra - [@lenra_dev](https://twitter.com/lenra_dev) - [email protected]
Project Link: [https://github.com/lenra-io/template-ruby-on-rails](https://github.com/lenra-io/template-ruby-on-rails)
[contributors-shield]: https://img.shields.io/github/contributors/lenra-io/template-ruby-on-rails.svg?style=for-the-badge
[contributors-url]: https://github.com/lenra-io/template-ruby-on-rails/graphs/contributors
[forks-shield]: https://img.shields.io/github/forks/lenra-io/template-ruby-on-rails.svg?style=for-the-badge
[forks-url]: https://github.com/lenra-io/template-ruby-on-rails/network/members
[stars-shield]: https://img.shields.io/github/stars/lenra-io/template-ruby-on-rails.svg?style=for-the-badge
[stars-url]: https://github.com/lenra-io/template-ruby-on-rails/stargazers
[issues-shield]: https://img.shields.io/github/issues/lenra-io/template-ruby-on-rails.svg?style=for-the-badge
[issues-url]: https://github.com/lenra-io/template-ruby-on-rails/issues
[license-shield]: https://img.shields.io/github/license/lenra-io/template-ruby-on-rails.svg?style=for-the-badge
[license-url]: https://github.com/lenra-io/template-ruby-on-rails/blob/master/LICENSE