Skip to content

Commit

Permalink
update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
zepumph committed May 26, 2022
1 parent e11b7af commit 61d43c7
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion doc/continuous-testing-management.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ alternative). In that case:
```sh
pm2 list # see if it is started, and also starts the pm2 daemon if it wasn't running
cd /data/share/phet/continuous-testing/aqua
pm2 start grunt --name=continuous-server -- continuous-server --localCount=8 # starts the process, and adds it to the list seen in pm2 list
pm2 start grunt --name=continuous-server --time -- continuous-server --localCount=8 # starts the process, and adds it to the list seen in pm2 list
```

It may not remember GitHub credentials across reboots also, so if the following error message happens (or similar):
Expand All @@ -84,6 +84,14 @@ then `cd` into a private repo directory, `git pull`, and put in the phet-dev cre
is in the PhET credentials document for "GitHub Machine User"). The credential helper should then remember the password
for future pulls.

**Do the same thing for the quick server!**

```sh
pm2 list # see if it is started, and also starts the pm2 daemon if it wasn't running
cd /data/share/phet/continuous-quick-server/aqua
pm2 start "grunt quick-server" --name "continuous-quick-server" --time
```

## Updating the bayes server code

Test locally for server changes, and push when ready. Notify the team on slack#dev-public
Expand Down

0 comments on commit 61d43c7

Please sign in to comment.