Skip to content
Merged
Show file tree
Hide file tree
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
8 changes: 7 additions & 1 deletion doc/development.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,18 @@ PR, contact us, or just create an issue if something seems odd.
Test the package installation
=============================

.. warning::

The scripts for testing the installation might be outdated and will be
revised in v0.2.1.

We use `Docker <https://www.docker.com/>`_ to test the build of
ding0 on a fresh Ubuntu OS. In order to run such a test make sure docker is
installed
installed.

.. code-block:: bash

cd ./test_installation/
chmod +x install_docker.sh
./install_docker.sh

Expand Down
2 changes: 2 additions & 0 deletions test_installation/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Warning: the scripts in this directory might be outdated and will be revised
in v0.2.1.
File renamed without changes.
2 changes: 1 addition & 1 deletion install_docker.sh → test_installation/install_docker.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

### Script require sudo (root) priviledges ###
### Script require sudo (root) privileges ###

# This scripts install docker to test installation of ding0 on a fresh OS
# It is adapted to needs of SolydX 8 respectively Debian 8 (Jessie). Level of adaptation is unknown ;-)
Expand Down