Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rename securedrop-admin to sdw-admin #55

Merged
merged 1 commit into from
Aug 5, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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