Skip to content

A participative platform for cultural texts translators

Notifications You must be signed in to change notification settings

vanhullc/TraduXio

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TraduXio – A participative platform for cultural texts translators

License: GNU Affero General Public License Contact: [email protected]

Installation requirements

Installation procedure

  • Create a database named traduxio at http://127.0.0.1:5984/_utils.

  • In any folder:

      git clone https://github.com/benel/TraduXio.git
      cd TraduXio
      couchapp push --browse couchdb http://127.0.0.1:5984/traduxio
    

Tests requirements

  • Ruby

Note: If you're on MacOS X, change your PATH so that gem refers to brew's gem rather than to system's.

Tests installation procedure

  • In any folder:

      sudo gem install capybara poltergeist rspec
    

Tests running

  • In the application folder:

      rspec spec/features/* [--order random]
    

About

A participative platform for cultural texts translators

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 58.2%
  • Ruby 21.3%
  • CSS 8.3%
  • HTML 8.2%
  • Gherkin 3.3%
  • Shell 0.7%