TraduXio icon indicating copy to clipboard operation
TraduXio copied to clipboard

A participative platform for cultural texts translators

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]