Skip to content

Commit

Permalink
Use single .env.sample file and update README
Browse files Browse the repository at this point in the history
  • Loading branch information
mark-dce committed Nov 29, 2017
1 parent 151f455 commit 5d1176e
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .env.sample
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export ACTION_MAILER_HOST=localhost
export RAILS_HOST=**YOUR DATA HERE**
export RAILS_HOST=localhost
export ACTION_MAILER_SMTP_ADDRESS=**YOUR DATA HERE**
export ACTION_MAILER_PORT=**YOUR DATA HERE**
export ACTION_MAILER_USER_NAME=**YOUR DATA HERE**
Expand Down
1 change: 0 additions & 1 deletion .env.test

This file was deleted.

1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ rvm:
before_script:
- bundle exec sidekiq -d -l /tmp/sidekiq.log
- bundle exec rake db:create
- cp .env.sample .env.test
script:
- bundle exec rubocop
- xvfb-run -a bundle exec rake travis
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ Get started by cloning the repository and installing the dependencies:
git clone https://github.com/curationexperts/epigaea.git
cd epigaea

cp .env.sample .env.development
bundle install
bundle exec rails db:setup
bundle exec sidekiq -d -l tmp/sidekiq.log
Expand Down

0 comments on commit 5d1176e

Please sign in to comment.