README.md in express_translate-1.0.0.0 vs README.md in express_translate-1.0.1
- old
+ new
@@ -1,48 +1,87 @@
Express Translate
=====
+ ```bash
+ __ _____ _ _
+ /__\_ ___ __ _ __ ___ ___ ___ /__ \_ __ __ _ _ __ ___| | __ _| |_ ___
+ /_\ \ \/ / '_ \| '__/ _ \ __/ __| / /\/ '__/ _` | '_ \/ __| |/ _` | __/ _ \
+//__ > <| |_) | | | __\__ \__ \ / / | | | (_| | | | \__ \ | (_| | |_ __/
+\__/ /_/\_\ .__/|_| \___|___/___/ \/ |_| \__,_|_| |_|___/_|\__,_|\__\___|
+ |_|
+ ```
+
+[![Gem Version](https://img.shields.io/gem/v/express_translate.svg)](https://rubygems.org/gems/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)
+[![Inline docs](http://inch-ci.org/github/RubifyTechnology/express_translate.png?branch=master)](http://inch-ci.org/github/RubifyTechnology/express_translate)
=====
##Installation
-###1. Gemfile
- ```bash
- gem 'rubify_dashboard', :git => 'git@github.com:RubifyTechnology/express_translate.git'
- ```
+### 1. Gemfile
+```bash
+gem 'express_translate', '~> 1.0.0'
+```
+
+### 2. Setup
+Run on terminal.
+```bash
+bundle install
+```
+
+### 3. Install
+Open terminal and run:
+
+```bash
+rails g express_translate:install
+ ```
-###2. Install
- Open terminal and run:
+##Using
+### Run
+Start Redis Server
+```bash
+redis-server
+```
- ```bash
- rails g express_translate:install
- ```
-
-###3. Setup
- Run on terminal.
- ```bash
- bundle install
- ```
+### Reset data
+```bash
+rails g express_translate:reset
+```
- and start Redis Server
- ```bash
- redis-server
- ```
-
-##Using
+### Reset Account
+```bash
+rails g express_translate:reset_account
+```
+Account list config in "/config/express_translate.yml"
+You can add account:
+```bash
+account:
+ -
+ username: "abc_name"
+ password: "abc_pass"
+```
### Login page
- You can see login page at:
- http://you_domain/express_translate/login
+You can see login page at:
+ http://you_domain/express_translate/login
+
+ * e.g: http://localhost:3000/express_translate/login
- * e.g: http://localhost:3000/express_translate/login
-
### Packages management
- You can see at:
- http://you_domain/express_translate
+You can see at:
+ http://you_domain/express_translate
+
+ * e.g: http://localhost:3000/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").
\ No newline at end of file
+Note: You can see before login. Account for login in config file ("/config/express_translate.yml").
+
+##Support
+
+### Files
+Export and Import csv file
+
+### Application
+Backend for Ruby on Rails
+
+Get data with json (for Javascript)