Sha256: c4734e85d2641121a765c7b46c6ab1903de037f754c0cb40bab1bf667f9775c3
Contents?: true
Size: 1.37 KB
Versions: 1
Compression:
Stored size: 1.37 KB
Contents
Express Translate ===== [](https://codeclimate.com/github/RubifyTechnology/express_translate) [](https://travis-ci.org/RubifyTechnology/express_translate) [](https://gemnasium.com/RubifyTechnology/express_translate) [](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 |