Sha256: c4734e85d2641121a765c7b46c6ab1903de037f754c0cb40bab1bf667f9775c3

Contents?: true

Size: 1.37 KB

Versions: 1

Compression:

Stored size: 1.37 KB

Contents

Express Translate
=====

[![Code Climate](https://codeclimate.com/github/RubifyTechnology/express_translate.png)](https://codeclimate.com/github/RubifyTechnology/express_translate)
[![Build Status](https://travis-ci.org/RubifyTechnology/express_translate.svg?branch=master)](https://travis-ci.org/RubifyTechnology/express_translate)
[![Dependency Status](https://gemnasium.com/RubifyTechnology/express_translate.svg)](https://gemnasium.com/RubifyTechnology/express_translate)
[![Coverage Status](https://coveralls.io/repos/RubifyTechnology/express_translate/badge.png)](https://coveralls.io/r/RubifyTechnology/express_translate)

=====

##Installation
###1. Gemfile
  ```bash
  gem 'rubify_dashboard', :git => 'git@github.com:RubifyTechnology/express_translate.git'
  ```
  
###2. Install
  Open terminal and run:
  
  ```bash
  rails g express_translate:install
   ``` 
   
###3. Setup
  Run on terminal.
  ```bash
  bundle install
  ```
  
  and start Redis Server
  ```bash
  redis-server
  ```
  
##Using
### Login page
  You can see login page at:
    http://you_domain/express_translate/login
  
    * e.g: http://localhost:3000/express_translate/login
  
### Packages management
  You can see at: 
    http://you_domain/express_translate
  
    * e.g: http://localhost:3000/express_translate
    
  Note: You can see before login. Account for login in config file ("/config/express_translate.yml").

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
express_translate-1.0.0.0 README.md