diff --git a/doc/development.rst b/doc/development.rst index f8fe3710..14a1f221 100644 --- a/doc/development.rst +++ b/doc/development.rst @@ -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 `_ 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 diff --git a/test_installation/README.md b/test_installation/README.md new file mode 100644 index 00000000..34cf87e9 --- /dev/null +++ b/test_installation/README.md @@ -0,0 +1,2 @@ +Warning: the scripts in this directory might be outdated and will be revised +in v0.2.1. diff --git a/check_ding0_installation.sh b/test_installation/check_ding0_installation.sh similarity index 100% rename from check_ding0_installation.sh rename to test_installation/check_ding0_installation.sh diff --git a/ding0_system_dependencies.sh b/test_installation/ding0_system_dependencies.sh similarity index 100% rename from ding0_system_dependencies.sh rename to test_installation/ding0_system_dependencies.sh diff --git a/install_ding0.sh b/test_installation/install_ding0.sh similarity index 100% rename from install_ding0.sh rename to test_installation/install_ding0.sh diff --git a/install_docker.sh b/test_installation/install_docker.sh similarity index 95% rename from install_docker.sh rename to test_installation/install_docker.sh index 637fe673..08aaccde 100755 --- a/install_docker.sh +++ b/test_installation/install_docker.sh @@ -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 ;-)