Skip to content

Hypertopic/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: aurelien.benel@utt.fr

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]