commit ced35e543da11aeb3eefbf04f6522279ca31d377 parent 826dbaee28204b9c8ff2fa3f7218b0309c891b3c Author: Marcello Stanisci <marcello.stanisci@inria.fr> Date: Wed, 16 Nov 2016 15:26:41 +0100 wipe $HOME/* instructions Diffstat:
| M | deployment.rst | | | 4 | +++- |
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/deployment.rst b/deployment.rst @@ -74,7 +74,9 @@ After the update is over, the `/home/demo/sockets` symlink will be pointed to `d .. code-block:: none - $ rm -rf $HOME + # Remove all existing files + $ find $HOME -exec rm -fr {} \; + $ git clone /var/git/deployment.git $ ./deployment/bootstrap-bluegreen demo