Skip to content

Commit

Permalink
Update basicswapguides_update.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
cryptoguard committed Jan 30, 2023
1 parent 86ae0f1 commit a35ba0b
Showing 1 changed file with 15 additions and 3 deletions.
18 changes: 15 additions & 3 deletions basicswap-guides/basicswapguides_update.rst
Original file line number Diff line number Diff line change
Expand Up @@ -54,18 +54,24 @@ If you've built :term:`BasicSwap` using the Docker method, follow these steps to
.. code-block:: bash
git pull
#. If you haven’t set your COINDATA_PATH variable permanently in your :guilabel:`.env` file, you’ll need to export the variable first.

.. code-block:: bash
export COINDATA_PATH=/var/data/coinswaps
#. Apply the updates you've pulled from Github to your docker image.

.. code-block:: bash
export COINDATA_PATH=/var/data/coinswaps && docker-compose build
docker-compose build
If BasicSwap's dependencies have changed, the update must be applied with the :guilabel:`--no-cache` argument.

.. code-block:: bash
COINDATA_PATH=/var/data/coinswaps && docker-compose build --no-cache
docker-compose build --no-cache
#. Launch BasicSwap

Expand Down Expand Up @@ -97,6 +103,12 @@ If you've built :term:`BasicSwap` using the Docker method, follow these steps to
.. code-block:: bash
docker-compose stop
#. If you haven’t set your COINDATA_PATH variable permanently in your :guilabel:`.env` file, you’ll need to export the variable first.

.. code-block:: bash
export COINDATA_PATH=/var/data/coinswaps
#. Apply coin core updates to your docker image. Make sure to write what coin core(s) you want to update using the :guilabel:`--withcoins` argument.

Expand Down Expand Up @@ -182,4 +194,4 @@ If you've built :term:`BasicSwap` without using the Docker method, follow these
- BasicSwap Guides - :doc:`Install BasicSwap <../basicswap-guides/basicswapguides_installation>`
- BasicSwap Guides - :doc:`Route BasicSwap Through Tor <../basicswap-guides/basicswapguides_update>`
- BasicSwap Guides - :doc:`Make an Offer <../basicswap-guides/basicswapguides_make>`
- BasicSwap Guides - :doc:`Take an Offer <../basicswap-guides/basicswapguides_take>`
- BasicSwap Guides - :doc:`Take an Offer <../basicswap-guides/basicswapguides_take>`

0 comments on commit a35ba0b

Please sign in to comment.