Skip to content

Commit

Permalink
Update DEVELOPMENT.md
Browse files Browse the repository at this point in the history
  • Loading branch information
elmisback authored Jul 3, 2024
1 parent da5e342 commit 6b2f943
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DEVELOPMENT.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
## Release checklist
* [ ] Update Herbie server to most recent stable commit on `main`
* [ ] Clone the Odyssey repo to the server and make sure `node` is installed
* [ ] Run npm i to install dependencies.
* [ ] Run `npm install` to install dependencies.
* [ ] In the Odyssey repo, run `node fptaylor-server.js 8001` where 8001 is the desired port (this could be configured to run as a service with systemd)
* [ ] In the Odyssey repo, run `node fpbench-server.js 8002` (this could be configured to run as a service with systemd)
* [ ] Ensure `https://herbie.uwplse.org/fptaylor` points to port 8001 and `https://herbie.uwplse.org/fpbench` points to port 8002
Expand Down

0 comments on commit 6b2f943

Please sign in to comment.