"KAVS" is the application which powers the application process for The King's Award for Voluntary Service.
The Wordpress site is here: https://github.com/bitzesty/qavs-v2-wordpress
cp docker-compose.yml.local docker-compose.yml
docker-compose up
docker-compose run web bundle exec rake db:migrate
- Ruby 3.2
- Rails 7.1
- Postgresql 9.5+
- Redis 2.8+
./bin/setup
bundle exec rails s
bundle exec sidekiq -C config/sidekiq.yml
If you're running this on your local dev setup, start redis first before starting sidekiq
Continuous Deployment is setup and the application will automatically deploy form the target branch (master, staging, production).
If you see the following error:
ActiveRecord::StatementInvalid: PG::UndefinedFile: ERROR: could not open extension control file "/usr/share/postgresql/9.3/extension/hstore.control": No such file or directory
: CREATE EXTENSION IF NOT EXISTS "hstore"
This means, that hstore postgresql
extension needs to be installed:
sudo apt-get install postgresql-contrib
qavs-v2 is Copyright © 2014 Crown Copyright & Bit Zesty. It is free software, and may be redistributed under the terms specified in the LICENSE file.
qavs-v2 is maintained by Bit Zesty Limited. The names and logos for Bit Zesty are trademarks of Bit Zesty Limited.
See our other projects or hire us to design, develop, and support your application.