Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
Pulsar
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
NDIP
Pulsar
Commits
cac8e3fe
Commit
cac8e3fe
authored
10 years ago
by
John Chilton
Browse files
Options
Downloads
Patches
Plain Diff
Doc updates for new URL/name.
parent
6c2236ec
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
README.rst
+15
-16
15 additions, 16 deletions
README.rst
files/persisted_data/info.txt
+1
-1
1 addition, 1 deletion
files/persisted_data/info.txt
with
16 additions
and
17 deletions
README.rst
+
15
−
16
View file @
cac8e3fe
...
...
@@ -25,11 +25,10 @@ for complete information.
Downloading Pulsar
------------------
The Pulsar server application is distributed as a Python project and can
be obtained via mercurial from bitbucket.org using the following
command::
Pulsar is distributed as a Python project and can be obtained from
Github using the following command::
h
g clone http://
b
it
bucket.org/jmchilton/lw
r
g
it
clone http
s
://
g
it
hub.com/galaxyproject/puls
r
-------------------
Pulsar Dependencies
...
...
@@ -211,14 +210,14 @@ these jobs.
Pulsar Message Queue
````````````````````
If Pulsar is processing requests via a message queue instead of a web
server
the underlying security mechanisms of the message queue should
be used to
secure the LWR communication - configuring SSL with the LWR
and a
``private_token`` above are not required.
If Pulsar is processing requests via a message queue instead of a web
server
the underlying security mechanisms of the message queue should
be used to secure communication - deploying Pulsar with SSL
and a
``private_token``
described
above are not required.
This will likely consist of setting some combination of
``amqp_connect_ssl_ca_certs``, ``amqp_connect_ssl_keyfile``,
``amqp_connect_ssl_certfile``, ``amqp_connect_ssl_cert_reqs``, in
LWR
's
``amqp_connect_ssl_certfile``, ``amqp_connect_ssl_cert_reqs``, in
Pulsar
's
``server.ini`` file. See ``server.ini.sample`` for more details and the `Kombo
documentation
<http://kombu.readthedocs.org/en/latest/reference/kombu.connection.html>`_ for
...
...
@@ -257,9 +256,9 @@ Galaxy Tools
------------
Some Galaxy tool wrappers require a copy of the Galaxy codebase itself to run.
Such tools will not run under Windows, but on \*nix hosts the
LWR
can be
Such tools will not run under Windows, but on \*nix hosts the
Pulsar
can be
configured to add the required Galaxy code a jobs ``PYTHON_PATH`` by setting
``GALAXY_HOME`` environment variable in the
LWR
's ``local_env.sh`` file
``GALAXY_HOME`` environment variable in the
Pulsar
's ``local_env.sh`` file
(described above).
Caching (Experimental)
...
...
@@ -300,14 +299,14 @@ for more details (other MQs should work also).
Testing
-------
.. image:: https://travis-ci.org/
jmchilton/lw
r.png?branch=master
:target: https://travis-ci.org/
jmchilton/lw
r
.. image:: https://coveralls.io/repos/
jmchilton/lw
r/badge.png?branch=master
:target: https://coveralls.io/r/
jmchilton/lw
r?branch=master
.. image:: https://travis-ci.org/
galaxyproject/pulsa
r.png?branch=master
:target: https://travis-ci.org/
galaxyproject/pulsa
r
.. image:: https://coveralls.io/repos/
galaxyproject/pulsa
r/badge.png?branch=master
:target: https://coveralls.io/r/
galaxyproject/pulsa
r?branch=master
A simple sanity test can be run against a running Pular server by
executing the following command (replace the URL command with the URL
of your running
LWR
application)::
of your running
Pulsar
application)::
python run_client_tests.py --url=http://localhost:8913
...
...
This diff is collapsed.
Click to expand it.
files/persisted_data/info.txt
+
1
−
1
View file @
cac8e3fe
This directory contains default persisted
LWR
data.
This directory contains default persisted
Pulsar
data.
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment