Paul Survey System
Paul is an attempt to create a new application to ease event organization or coordination through ad-hoc surveys.
This is a modern ruby application, suitable for desktop or mobile usage.
Install
The following are quick instruction for RVM under a GNU/Linux system.
rvm get latest
rvm install ruby-2.4.4
rvm gemset create paul
rvm use ruby-2.4.4@paul
gem install bundler
cd paul_directory
bundle install
This project also use CoffeeScript for its javascript sources. To compile its javascript assets, do the following.
npm install
npm run build