You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*Manually create the release notes, update the synthesis statistics file, and upload tarballs for download
16
+
*Update the conflict service to use the new synthetic tree
17
+
*Deploy to production
18
18
19
19
## Building the tree
20
20
@@ -36,8 +36,7 @@ the `[synthesis]` section of the config is:
36
36
Increment the id by whole numbers, unless the change is trivial.
37
37
38
38
Create tarballs using the `bin/make_tarballs.sh` script. If you don't already
39
-
have all of the output in one directory, use the `bin/move_outputs.sh` script.
40
-
The `make_tarballs.sh` creates two archives:
39
+
have all of the output in one directory, use the `bin/move_outputs.sh` script. Use the `make_tarballs.sh` to create two archives:
41
40
42
41
* a small summary archive called `opentree{#}_tree.tar.gz`, with files:
43
42
*`labelled_supertree/labelled_supertree.tre`
@@ -85,15 +84,15 @@ Then copy it to the server using rsync or scp, e.g:
85
84
where {host} is either the `devapi` or `api` server, depending on whether you
86
85
are testing or deploying. Make sure there is adequate disk space before copying.
87
86
88
-
Next, use the `push.sh` script in the `deploy` directory to unpack the database, make it available to neo4j, and restart the
87
+
Next, use the `push.sh` script in the `deploy` directory of this repository (germinator) to unpack the database, make it available to neo4j, and restart the
89
88
neo4j service, as follows. Again, before doing this, make sure there is adequate
0 commit comments