License: GNU Affero General Public License Contact: [email protected]
-
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
- Ruby
Note: If you're on MacOS X, change your PATH
so that gem
refers to brew's gem rather than to system's.
-
In any folder:
sudo gem install capybara poltergeist rspec
-
In the application folder:
rspec spec/features/* [--order random]