Commit 3cf017cf authored by Stefano Alberto Russo's avatar Stefano Alberto Russo
Browse files

Minor fixes.

parent 8d763b65
Loading
Loading
Loading
Loading
+14 −2
Original line number Diff line number Diff line
@@ -13,7 +13,7 @@ Requirements:
    
    Bash, Git and Docker. Runs on Linux, Mac or Windows*.

*Windows not supported in development mode due to lack of support for symbolic links.
*Windows not fully supported in development mode due to lack of support for symbolic links.

Setup

@@ -97,3 +97,15 @@ Note that when you edit the Django ORM model, you need to rerun the migrate the
    $ cd /opt/webapp_code
    $ python3 manage.py makemigrations
    $ python3 manage.py migrate
    
## Known issues

    SINGULARITY_TMPDIR=/...
    .singularity in user home






+1 −1
Original line number Diff line number Diff line
@@ -9,5 +9,5 @@ fi
if [[ $# -eq 0 ]] ; then
    docker-compose up -d
else
    docker-compose up $@ -d
    docker-compose up -d $@
fi
+1 −1
Original line number Diff line number Diff line
@@ -23,7 +23,7 @@ if [[ $# -eq 0 ]] ; then
    for container_name in ${container_names[@]}
    do
        echo ""
        echo "$container_name"
        echo "Container \"$container_name\":"
        docker-compose exec $container_name /bin/bash -c "supervisorctl status"
    done
    echo ""