Giter VIP home page Giter VIP logo

lpl_be's Introduction

#LPL Gran Canaria Build Status Web site for the event LPL Gran Canaria.

Instalation

###Install rvm. ###Install ruby 2.0.0 with rvm:

rvm install 2.0.0

###Install postgresql:

sudo apt-get install postgresql-9.1 libpq-dev

###Install phantom.js:

  • Download phantomjs
  • tar jxf path/to/filename.tar.bz2
  • mv path/to/uncompressed_folder ~/.phantomjs
  • Add this line export PATH="~/.phantomjs/bin/:$PATH" to ~/.bash_profile or ~/.bashrc files

###Clone this project

git clone [email protected]:laspalmaslan/lpl_be.git

Move into the project folder and run setup rails commands:

cd lpl_be
bundle install
rake db:setup

Test

You can run test whit rake command:

rake

or you can see travis ci service

Environment variables

we use enviroment variables for config services in production.

  • AWS_ACCESS_KEY_ID: amazon s3 credentials.
  • AWS_SECRET_ACCESS_KEY: amazon s3 credentials
  • E-PASSWORD: email credentials
  • E-USERNAME: email credentials
  • S3_BUCKET_NAME: amazon s3 bucket name
  • SECRET_KEY: devise login secret token

lpl_be's People

Contributors

groteck avatar kishiamy avatar paradoja avatar

Watchers

Nauzet Melian Batista avatar  avatar James Cloos avatar  avatar David Kang avatar  avatar  avatar

Forkers

kishiamy

lpl_be's Issues

Remove old branches, ensure merged branches are deleted

Now there are too many branches. There should only be the ones in which some work is being done. Please, delete the old ones and ensure that the moment a branch is merged with another (presumably master), it is deleted.

set I18n

add I18n and translate into Spanish for static keys

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.