Skip to content
Snippets Groups Projects
Commit 9750f3d5 authored by Jameson Rollins's avatar Jameson Rollins
Browse files

update deployment info in README

parent e0109626
No related branches found
No related tags found
No related merge requests found
......@@ -16,42 +16,6 @@ A command line interface is provided to launch the `online` analysis
and condor jobs to `search` for and `analyze` events.
# Deployments
Each site (LHO and LLO) has a dedicated "lockloss" account on their
local LDAS cluster where `locklost` is running:
* https://ldas-jobs.ligo-wa.caltech.edu/~lockloss/
* https://ldas-jobs.ligo-la.caltech.edu/~lockloss/
These accounts have deployments of the `locklost` package and command
line interface, run the production online and followup condor jobs,
and host the web pages.
## deploying new versions
When a new version is ready for release, create an annotated tag for
the release and push it to the main repo (https://git.ligo.org/jameson.rollins/locklost):
```shell
$ git tag -m "release" 0.16
$ git push --tags
```
In the LDAS lockloss account, pull the new tag and run
the test/deploy script:
```shell
$ ssh lockloss@detchar.ligo-la.caltech.edu
$ cd ~/src/locklost
$ git pull
$ locklost-deploy
```
If there are changes to the online search, restart the online condor
process, otherwise analysis changes should get picked up automatically
in new condor executions:
```shell
$ locklost online restart
```
# Usage
To start/stop/restart the online analysis use the `online` command:
......@@ -125,6 +89,42 @@ of other analyses. The output from any analysis (e.g. plots or data)
should be written into the event directory.
# Site deployments
Each site (LHO and LLO) has a dedicated "lockloss" account on their
local LDAS cluster where `locklost` is running:
* https://ldas-jobs.ligo-wa.caltech.edu/~lockloss/
* https://ldas-jobs.ligo-la.caltech.edu/~lockloss/
These accounts have deployments of the latest `locklost` package
release, run the production online and analysis condor jobs, and host
the web pages.
## deploying new versions
When a new version is ready for release, create an annotated tag for
the release and push it to the main repo (https://git.ligo.org/jameson.rollins/locklost):
```shell
$ git tag -m release 0.16
$ git push --tags
```
In the LDAS lockloss account, pull the new tag and run
the test/deploy script:
```shell
$ ssh lockloss@detchar.ligo-la.caltech.edu
$ cd ~/src/locklost
$ git pull
$ locklost-deploy
```
If there are changes to the online search, restart the online condor
process, otherwise analysis changes should get picked up automatically
in new condor executions:
```shell
$ locklost online restart
```
# Developing and contributing
See the [CONTRIBUTING](CONTRIBUTING.md) for instructions on how to
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment