Rfaulk has submitted this change and it was merged. Change subject: mod - update. ......................................................................
mod - update. Change-Id: Id216700b9b789f0cbb1c3ddbc0760800ce2690f3 --- M README.rst 1 file changed, 17 insertions(+), 9 deletions(-) Approvals: Rfaulk: Verified; Looks good to me, approved jenkins-bot: Verified diff --git a/README.rst b/README.rst index 86f7516..dfd1fd1 100644 --- a/README.rst +++ b/README.rst @@ -21,14 +21,6 @@ Source: http://en.wikipedia.org/wiki/Sartoris -Usage ------ - -Basic usage involves cloning the remote working repo to the deploy target and all client nodes. When -a client is ready to deploy 'start' is invoked to obtain a lock on the remote and 'sync' is called to -push changes to the target. On completion th elock is removed. - - Configuration ------------- @@ -52,6 +44,22 @@ Also ensure that the global git params user.name and user.email are defined. +Next you need to create the project config. Issue the following command: + + $ cp {% SARTORIS HOME %}/sartoris/config.py.example {% SARTORIS HOME %}/sartoris/config.py + +The public config should contain all that you need. If the process does increase in complexity an +initialization script will take its place but for the moment a manual copy should work fine. + + +Usage +----- + +Basic usage involves cloning the remote working repo to the deploy target and all client nodes. When +a client is ready to deploy 'start' is invoked to obtain a lock on the remote and 'sync' is called to +push changes to the target. On completion th lock is removed. + + To start a new deployment issue a 'start' command: $ python {% SARTORIS_HOME %}/sartoris/sartoris.py start @@ -63,5 +71,5 @@ The process may be aborted at any point with an 'abort' command: - python {% SARTORIS_HOME %}/sartoris/sartoris.py abort + $ python {% SARTORIS_HOME %}/sartoris/sartoris.py abort -- To view, visit https://gerrit.wikimedia.org/r/83380 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: Id216700b9b789f0cbb1c3ddbc0760800ce2690f3 Gerrit-PatchSet: 1 Gerrit-Project: sartoris Gerrit-Branch: master Gerrit-Owner: Rfaulk <[email protected]> Gerrit-Reviewer: Rfaulk <[email protected]> Gerrit-Reviewer: jenkins-bot _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
