Skip to content

Commit

Permalink
add update and relaunch Dory's worker instruction
Browse files Browse the repository at this point in the history
  • Loading branch information
bam241 committed Feb 13, 2017
1 parent 04af4df commit 0b4f565
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion source/cep/cep3.rst
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,22 @@ Release Process

#. Commit all changes to ``cyclus.github.com`` and ``make gh-publish``

#. Update Dory Cyclus/Cycamore version and relaunch Dory worker.
#. Update Dory Cyclus/Cycamore version and relaunch Dory worker. To do this you
need a acces to the dory server, the go toolchain as well as cde installed on
your computer.

.. code-block:: bash
$ git clone https://github.com/rwcarlsen/cloudlus.git
$ cd cloudlus
$ go install ./cmd/cloudlus
$ cd misc/fuelcycle.org
$ make
$ ssh dory.fuelcycle.org ‘mv cyc-cde.tar.gz cyc-cde.tar.gz_bkp’
$ scp cyc-cde.tar.gz dory:fuelcycle.org:./
$ ssh dory.fuelcycle.org
$ ps -fe | grep cloudlus | grep work | grep ':80' | cut -d" " -f6 | xargs kill -9
$ rm -rf worker-*
$ ./launch.sh 2
#. Send out an email to `cyclus-dev` and `cyclus-users` to announce the release!

Expand Down

0 comments on commit 0b4f565

Please sign in to comment.