Skip to content

FarDust/bedit-public

Folders and files

NameName
Last commit message
Last commit date

Latest commit

da09a4e · Jul 22, 2018
Jul 3, 2018
Apr 15, 2018
Jul 3, 2018
Jul 3, 2018
Apr 21, 2018
Jul 3, 2018
Jul 3, 2018
Mar 29, 2018
Jul 2, 2018
Apr 27, 2018
Mar 19, 2018
Jul 3, 2018
Jun 22, 2018
Jul 22, 2018
Apr 21, 2018
Jul 2, 2018
Jul 2, 2018
Jul 12, 2018
Jul 12, 2018
Apr 27, 2018
Apr 27, 2018
Apr 20, 2018
Mar 19, 2018
Mar 19, 2018

Repository files navigation

Maintainability

README

Heroku

https://bedit.herokuapp.com/

Development setup

  • Add file .env to root folder
  • docker-compose build
  • docker-compose run web bundle install
  • docker-compose run web bin/yarn
  • docker-compose run web rake db:setup

Env file

  • .env file must have this variables:
CLOUDINARY_CLOUD=<secret>
CLOUDINARY_KEY=<secret>
CLOUDINARY_SECRET=<secret>
GOOGLE_CLIENT_ID=<secret>
GOOGLE_CLIENT_SECRET=<secret>

Mount application

  • docker-compose run --service-ports web
  • Open localhost:3000 with any browser