Skip to content

Commit

Permalink
Merge pull request #55 from freedomofpress/sdw-admin
Browse files Browse the repository at this point in the history
Rename securedrop-admin to sdw-admin
  • Loading branch information
emkll authored Aug 5, 2020
2 parents 26c2244 + c8699f0 commit 8e1bba5
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/admin/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -419,13 +419,13 @@ Before setting up the set of VMs used by SecureDrop Workstation, you must config

.. code-block:: sh
securedrop-admin --validate
sdw-admin --validate
- Finally, in the ``dom0`` terminal, run the command:

.. code-block:: sh
securedrop-admin --apply
sdw-admin --apply
This command will take a considerable amount of time and approximately 4GB of bandwidth, as it sets up multiple VMs and installs supporting packages. When it completes, your SecureDrop Workstation is finally ready to use!

Expand Down Expand Up @@ -485,7 +485,7 @@ To clear this error, clear the Salt cache and resynchronize by running the follo
sudo rm -rf /var/cache/salt
sudo qubesctl saltutil.sync_all refresh=true
Then, run ``securedrop-admin --apply`` again.
Then, run ``sdw-admin --apply`` again.

"Failed to return clean data"
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Expand All @@ -508,15 +508,15 @@ This is a transient error that may affect any of the SecureDrop Workstation VMs.

"Temporary failure resolving"
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Transient network issues may cause an installation to fail. To work around this, verify that you have a working Internet connection, and re-run the ``securedrop-admin --apply`` command.
Transient network issues may cause an installation to fail. To work around this, verify that you have a working Internet connection, and re-run the ``sdw-admin --apply`` command.

Uninstalling SecureDrop Workstation
-----------------------------------
To uninstall SecureDrop Workstation, open a ``dom0`` terminal and run the following command:

.. code-block:: sh
securedrop-admin --uninstall
sdw-admin --uninstall
This will remove all associated VMs and configuration details, and uninstall the ``dom0`` SecureDrop Workstation package.

Expand Down

0 comments on commit 8e1bba5

Please sign in to comment.