Skip to content

Commit

Permalink
Merge pull request #592 from RockefellerArchiveCenter/development
Browse files Browse the repository at this point in the history
Remove obsolete deployment info
  • Loading branch information
helrond authored Apr 11, 2023
2 parents 7bdc4c7 + 924bc89 commit f94cf50
Showing 1 changed file with 0 additions and 22 deletions.
22 changes: 0 additions & 22 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,28 +15,6 @@ Install dependencies and run the development server:
$ yarn install
$ yarn start


## Dev deployment

Updated images are built each time a commit is pushed to base. To deploy in vSphere, first update the image by pulling the most recent version:

$ docker -H {vsphere host}:{vsphere port} --tlsverify pull rockarch/dimes:development

Get the ID of the running container

$ docker -H {vsphere host}:{vsphere port} --tlsverify container ls

Then stop the running container:

$ docker -H {vsphere host}:{vsphere port} --tlsverify stop {container ID}

Finally, start the updated container:

$ docker -H {vsphere host}:{vsphere port} --tlsverify run -d -p 3001:80 rockarch/dimes:development

DIMES will then be available at the vSphere host, port 3001.


## License

This code is released under an [MIT License](LICENSE).

0 comments on commit f94cf50

Please sign in to comment.