Skip to content

Commit

Permalink
Fixes #236
Browse files Browse the repository at this point in the history
Fixing various broken URLs
  • Loading branch information
szymontrocha committed Apr 9, 2024
1 parent 919750e commit b616bfa
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 9 deletions.
2 changes: 1 addition & 1 deletion pwa_docker_create.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Run this script to create your nginx certs, if you don't already have them:
Download the ``docker-compose.yml`` file from here:

https://raw.githubusercontent.com/perfsonar/psconfig-web/master/deploy/docker/docker-compose.yml
https://raw.githubusercontent.com/perfsonar/psconfig-web/master/psconfig-web-admin/perfsonar-psconfig-web-admin/deploy/docker/docker-compose.yml

Bring up the application:

Expand Down
6 changes: 2 additions & 4 deletions pwa_install_docker.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Docker Installation
.. role:: raw-html-m2r(raw)
:format: html

**If you are installing with RPMs, SKIP THIS PAGE**
.. note:: If you are installing with RPMs, **SKIP THIS PAGE**


VM Host
Expand Down Expand Up @@ -78,11 +78,9 @@ This guide assumes you have already pulled down the sample PWA config and extrac

.. code-block:: bash
wget https://github.com/perfsonar/psconfig-web/raw/master/deploy/docker/pwa.sample.tar.gz
wget https://github.com/perfsonar/psconfig-web/raw/master/psconfig-web-admin/perfsonar-psconfig-web-admin/deploy/docker/pwa.sample.tar.gz
sudo tar -C /etc -xvf pwa.sample.tar.gz pwa && sudo tar -C /etc/pwa -xvf pwa.sample.tar.gz scripts
Other Topics
============

Expand Down
6 changes: 2 additions & 4 deletions pwa_install_rpm.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ PWA RPM Installation
.. role:: raw-html-m2r(raw)
:format: html

**If you are installing with Docker, SKIP THIS PAGE**
.. note:: If you are installing with Docker, **SKIP THIS PAGE**

Host Requirements
^^^^^^^^^^^^^^^^^
Expand All @@ -24,7 +24,7 @@ perfSONAR Repo

You will need to have the main perfSONAR repo installed, if not already::

rpm -hUv http://software.internet2.edu/rpms/el7/x86_64/latest/packages/perfSONAR-repo-0.10-1.noarch.rpm
rpm -hUv http://software.internet2.edu/rpms/el7/x86_64/latest/packages/perfSONAR-repo-0.11-1.noarch.rpm

Installing PWA from RPMs
^^^^^^^^^^^^^^^^^^^^^^^^
Expand Down Expand Up @@ -67,8 +67,6 @@ Installing just the publisher:
yum install -y perfsonar-psconfig-web-admin-publisher
Before you start the docker engine, you might want to add any VM specific configuration. For example, your VM might be using /usr/local as a primary partition for your VM. If so, you should have something like following..

By default, your configuration files will be placed under:

* ``/etc/perfsonar/psconfig-web``
Expand Down

0 comments on commit b616bfa

Please sign in to comment.