Skip to content
This repository has been archived by the owner on Sep 5, 2023. It is now read-only.

Latest commit

 

History

History
13 lines (10 loc) · 567 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 567 Bytes

Linked-Surveys

Create linked data (RDF) Surveys! Build forms using an ontology. Designed to work with cashlink, which enables you to financially reward surveys!

Installing & running locally

  • Install ruby (preferably using rvm or rbenv) and bundle
  • git clone https://gitlab.com/ontola/linked-surveys
  • Setup the .env
  • bundle install
  • bundle exec rake db:setup
  • bundle exec rails s -b 0.0.0.0 -p 3000
  • RAILS_ENV=staging bundle exec rails s -b 0.0.0.0 -p 3000 if you want more performance and less debugging