Skip to content

Commit

Permalink
Add missing steps to installation docs (#357)
Browse files Browse the repository at this point in the history
@ishasinha1 and I noticed these
  • Loading branch information
sandbergja authored Jul 24, 2023
1 parent 1aa9f4e commit bda9450
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,14 @@

1. ```git clone [email protected]:pulibrary/DSS.git```
1. ```cd DSS```
2. ```asdf install # if you are using asdf```
1. ```bundle install```
1. ```yarn install```
1. ```rake dss:servers:start```
1. ```rake db:seed```
1. ```rake dss:solr:update```
1. ```rake dss:solr:index```
2. ```gem install foreman```
1. ```foreman start```

(You may need to install [yarn](https://yarnpkg.com/lang/en/docs/install/#mac-stable) and [foreman](https://github.com/ddollar/foreman) separately, if you haven't already.)
Expand Down

0 comments on commit bda9450

Please sign in to comment.