Skip to content

Hypertopic/TraduXio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

6b14748 · May 15, 2017
Oct 19, 2016
May 15, 2017
Aug 22, 2016
Oct 4, 2016
Sep 26, 2016
Sep 8, 2016
Sep 8, 2016
Aug 17, 2016
Sep 8, 2016
Apr 2, 2017
Sep 8, 2016

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]