Skip to content

lelylan/dev

Repository files navigation

Introduction

Lelylan Dev Center site where documentations, examples, libraries, and showcases related to Lelylan are collected.

Requirements

Lelylan Dev Center is tested against MRI 1.9.3.

Installation

$ 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

Use docker hub image

$ docker run -d -it --name dev lelylanlab/dev

Generate local image

$ docker build --tag=dev .
$ docker run -d -it --name dev dev

Resources

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 for bugs or stack overflow for questions. Mail or Tweet us for any idea that can improve the project.

Links

Authors

Andrea Reginato

Contributors

Special thanks to all people helping to make the project real.

Changelog

See CHANGELOG

License

Lelylan is licensed under the Apache License, Version 2.0.