All Projects → NullVoxPopuli → aeonvera

NullVoxPopuli / aeonvera

Licence: AGPL-3.0 License
A generic registration system aimed towards swing dance events (mirrored from gitlab)

Programming Languages

ruby
36898 projects - #4 most used programming language
CSS
56736 projects
HTML
75241 projects

ÆONVERA

Join the chat at https://gitter.im/NullVoxPopuli/aeonvera

A generic registration system aimed towards swing dance events.

Also supports swing dancing scenes / organizations.

L. Preston Sego III
Precognition, LLC


Branch Build Status
master Build Status
production Build Status

Quality:
Code Climate codebeat badge Test Coverage

Issues / Bug Reports

Submit an idea or bug report here

Servers

Environment Setup

  • Ruby Version >= 2.2
  • PostgreSQL >= 9.3
  • PhantomJS >= 1.9
    • apt-get install -y libqtwebkit-dev qt4-qmake
bundle install
rake db:create
rake db:migrate
rails s

Environment Variables

  • S3_ACCESS_KEY_ID
  • S3_SECRET_ACCESS_KEY
  • STRIPE_CLIENT_ID
  • STRIPE_SECRET_KEY
  • STRIPE_PUBLISHABLE_KEY
  • REDISCLOUD_URL
  • TRUSTED_IP

Tests

Hosts file should contain the following entries

127.0.0.1 swing.vhost
127.0.0.1 testevent.test.local.vhost
217.0.0.1 my.test.local.vhost

To run all the tests

rspec

To run the coverage report

COVERAGE=true rspec

License

GNU AFFERO GENERAL PUBLIC LICENSE

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].