Skip to content
This repository has been archived by the owner on Oct 3, 2018. It is now read-only.
/ Bonghwa Public archive

Bonghwa is a private SNS

License

Notifications You must be signed in to change notification settings

riseshia/Bonghwa

Repository files navigation

Bonghwa (not maintained)

Bonghwa is a private SNS for small group.

Dev setup with docker

docker-compose up

That's enough. And you could use frontend page with port 5200, and backend with 5100

Initial Configuration

# Some env variables for dev
cp config/application.yml.example config/application.yml
cp frontent/config/prod.env.js.example frontend/config/prod.env.js

# this will generate seed data
bin/docker-manage.sh db:migrate db:seed

Sign up new user

  • Fill form on localhost:5100/users/sign_up (Notice that you need to logout)
  • Login with admin account on localhost:5100/users/sign_in (don't care error page)
  • Access localhost:5100/admin/users and find user which you just added
  • Click Level up
  • Then you can use that user for frontend development.

How to Contribute

Here is general process.

  • Take issue (Optional)
  • Make patch
  • Open Pull Request
  • Request review

PR will be merged and deployed after review approval.

Code Status

Build Status

Code Climate

Coverage Status

License

Bonghwa is released under the MIT License.