Express Translate

   __                               _____                     _       _       
  /__\_  ___ __  _ __ ___ ___ ___  /__   \_ __ __ _ _ __  ___| | __ _| |_ ___ 
 /_\ \ \/ / '_ \| '__/ _ \ __/ __|   / /\/ '__/ _` | '_ \/ __| |/ _` | __/ _ \
//__  >  <| |_) | | |  __\__ \__ \  / /  | | | (_| | | | \__ \ | (_| | |_  __/
\__/ /_/\_\ .__/|_|  \___|___/___/  \/   |_|  \__,_|_| |_|___/_|\__,_|\__\___|
          |_|                                                                 

Gem Version Code Climate Build Status Dependency Status Coverage Status Inline docs

=====

Installation

1. Gemfile

gem 'express_translate', '~> 1.0.7'

2. Setup

Run on terminal.

gem install express_translate
bundle install

3. Install

Open terminal and run:

rails g express_translate:install

Using

Run

Start Redis Server

redis-server

Modify accounts

Account list config in "/config/express_translate.yml". You can add account:

account: 
  - 
    username: "abc_name"
    password: "abc_pass"

You need reset account for modified

rails g express_translate:reset_account

Or goto url

  http://you_domain/express_translate/reset/account

  * e.g: http://localhost:3000/express_translate/reset/account

Seed

rails g express_translate:seed

Reset data

rails g express_translate:reset

Login page

You can see login page at: http://you_domain/express_translate/login

Packages management

You can see at: http://you_domain/express_translate

Note: You can see before login. Account for login in config file ("/config/express_translate.yml").

Support

Files

Import

  • CSV file
  • YML file

Export

  • CSV file

Application

Backend for Ruby on Rails