Dada is a Content Management System designed for artist portfolios.
Follow https://gorails.com/setup install guide for Rails
- Ruby 3.2.8
- Rails 7.2.x
- PostgreSQL
Clone the repository
$ git clone git://github.com/southgate/dada.git
Set the ruby version
$ cd dada
$ rbenv local 3.2.8
$ rbenv rehash
Install Bundler
$ gem install bundler
Bundle install to vendor/data
(you might need to run this a couple of times if rubygems.org cannot be reached for some of the gems):
$ ARCHFLAGS="-arch x86_64" bundle install --path vendor
Create the database and seed some data
$ bundle exec rake db:create db:migrate db:seed
Start the rails server and browse the local server
$ bundle exec rails server
Setup heroku to get ready to import some data from the old site?
$ TODO
Install ImageMagick
$ brew install imagemagick
Grab the AWS creds from @southgate and add them to .env
$ source .env && bundle exec rails server
- Legacy domains and application hosting reside with hostmonster.com
- Domains are managed via dnsimple.com
- Applications are deployed and managed by Heroku
- User generated content is stored in Amazon S3
©️ 2016 Alex Southgate and Pravin Sathe