Skip to content

lelylan/profiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

600a27e · Mar 12, 2017

History

23 Commits
Mar 12, 2017
Mar 12, 2017
Mar 12, 2017
Feb 26, 2015
Feb 26, 2015
Feb 26, 2015
Feb 26, 2015
Feb 26, 2015
Mar 12, 2017
Feb 26, 2015
Sep 13, 2016
Feb 3, 2016
Feb 3, 2016
Feb 3, 2016
Jan 26, 2016
Dec 20, 2016
Feb 26, 2015
Feb 26, 2015
Feb 26, 2015
Feb 26, 2015
Dec 5, 2016
Feb 26, 2015
Feb 26, 2015

Repository files navigation

Profile API

Profile information API.

Requirements

Profile API is tested against MRI 1.9.3.

Installation

$ git clone git@github.com:lelylan/profiles.git && cd profiles
$ gem install bundler
$ bundle install
$ foreman start

Install with docker

Badges

Docker image: lelylanlab/profiles

Use docker hub image

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

Generate local image

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

When installing the service in production set lelylan environment variables.

Resources

Contributing

Fork the repo on github and send a pull requests with topic branches. Do not forget to provide specs to your contribution.

Running specs

$ gem install bundler
$ bundle install
$ bundle exec guard

Press enter to execute all specs.

Spec guidelines

Follow betterspecs.org guidelines.

Coding guidelines

Follow github guidelines.

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 contributors for submitting patches.

Changelog

See CHANGELOG

License

Lelylan is licensed under the Apache License, Version 2.0.