Flaredown makes it easy for people to track symptoms over time, and learn how to control them. Our goal is to analyze the aggregate data from users of this tool to understand the probably effects of treatments and environmental stressors on chronic illness.
- PostgreSQL 9.4
- MongoDB 3.0.10
- Redis 3.2.6
- Ruby 2.3.1 (see RVM also)
- Node 6.10.3
cd backend
echo "gem: --no-ri --no-rdoc" > ~/.gemrc
bundle install --without production -j5 --retry 10
cp env-example .env # You may adjust it however you like
# RVM is going to autoload this on every 'cd' to the dirrectory
bundle exec rake app:setup
cd frontend
npm install
bower install
rake run
Visit your app at http://localhost:4300
Copyright 2015-2017 Logan Merriam and contributors.
Flaredown is open source software made available under the GPLv3 License. For details see the LICENSE file.