Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add instruction to copy db.env.example to db.env in README #52

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ fluxday is engineered based on the concepts of [OKR](https://en.wikipedia.org/wi
- Analyzing progress and productivity of your company, its departments, teams and employees
- OAuth server with filtered access to users

Visit the [official website](http://fluxday.io) for more info
Visit the [official website](http://fluxday.io) for more info

> “through discipline comes freedom” - aristotle

Expand Down Expand Up @@ -43,7 +43,7 @@ Please note that the demo will automatically reset every 2 hours.

### Clone Fluxday
```sh
git clone https://github.com/foradian/fluxday.git
git clone https://github.com/foradian/fluxday.git
```

### Install bundler and required gems
Expand All @@ -65,6 +65,7 @@ cp config/app_config.yml.example config/app_config.yml
```sh
cp config/database.yml.example config/database.yml
cp app.env.example app.env
cp db.env.example db.env
```
Database configurations relies on the file app.env . After above steps update this file with actual credentials.

Expand Down