Skip to content

Commit

Permalink
README updates
Browse files Browse the repository at this point in the history
  • Loading branch information
elohanlon committed Jun 13, 2024
1 parent c90e8ec commit 1a2a535
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

DLST app for performing fixity checks on cloud storage files.

## Development

**First-Time Setup (for developers)**
Clone the repository.
Expand All @@ -16,8 +17,15 @@ Set up config files.
Run database migrations.
`bundle exec rake db:migrate`

Seed the database with necessary values for operation.
`rails db:seed`
Start the application using `bundle exec rails server`.
`bundle exec rails s -p 3000`

Start the application using `rails server`.
`rails s -p 3000`
## Testing

Run: `bundle exec rspec`

## Deployment

Run: `bundle exec cap [env] deploy`

NOTE: We only have a `dev` environment deploy target at this time.

0 comments on commit 1a2a535

Please sign in to comment.