https://github.com/lelylan/dev
Lelylan Dev Center
https://github.com/lelylan/dev
Last synced: 3 months ago
JSON representation
Lelylan Dev Center
- Host: GitHub
- URL: https://github.com/lelylan/dev
- Owner: lelylan
- Created: 2011-07-03T14:26:39.000Z (almost 15 years ago)
- Default Branch: master
- Last Pushed: 2017-03-12T09:24:30.000Z (over 9 years ago)
- Last Synced: 2024-03-25T21:27:05.801Z (about 2 years ago)
- Language: HTML
- Homepage: dev.lelylan.com
- Size: 7.98 MB
- Stars: 9
- Watchers: 9
- Forks: 2
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
## Introduction
[Lelylan Dev Center](http://dev.lelylan.com/) site where documentations, examples, libraries, and
showcases related to Lelylan are collected.
## Requirements
Lelylan Dev Center is tested against MRI 1.9.3.
## Installation
```bash
$ git clone git@github.com:lelylan/dev.git && cd dev
$ gem install bundler
$ bundle install
$ foreman start
```
## Install with docker
#### Badges
Docker image: [lelylanlab/dev](https://hub.docker.com/r/lelylanlab/dev/)
[](http://microbadger.com/images/lelylanlab/dev:latest "Get your own version badge on microbadger.com") [](http://microbadger.com/images/lelylanlab/dev:latest "Get your own image badge on microbadger.com")
### Use docker hub image
```bash
$ docker run -d -it --name dev lelylanlab/dev
```
### Generate local image
```bash
$ docker build --tag=dev .
$ docker run -d -it --name dev dev
```
## Resources
* [Lelylan Dev Center](http://dev.lelylan.com)
## Contributing
Fork the repo on github and send a pull requests with topic branches.
## Usage
* Fork and clone the repository.
* Run `gem install bundler` to get the latest for the gemset.
* Run `bundle install` for dependencies.
* Run `foreman start` for dependencies.
## Guidelines
* Duplicated documentation is not accepted.
* Documentation should be placed in the right section.
* Update the CHANGELOG.
## Feedback
Use the [issue tracker](http://github.com/lelylan/dev/issues) for bugs or [stack overflow](http://stackoverflow.com/questions/tagged/lelylan) for questions.
[Mail](mailto:dev@lelylan.com) or [Tweet](http://twitter.com/lelylan) us for any idea that can improve the project.
## Links
* [GIT Repository](http://github.com/lelylan/dev)
* [Lelylan Dev Center](http://dev.lelylan.com)
* [Lelylan Site](http://lelylan.com)
## Authors
[Andrea Reginato](https://www.linkedin.com/in/andreareginato)
## Contributors
Special thanks to [all people](https://github.com/lelylan/dev/graphs/contributors) helping to make the project real.
## Changelog
See [CHANGELOG](https://github.com/lelylan/dev/blob/master/CHANGELOG.md)
## License
Lelylan is licensed under the [Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0).