Loading README.md +14 −2 Original line number Diff line number Diff line Loading @@ -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 Loading Loading @@ -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 rosetta/run +1 −1 Original line number Diff line number Diff line Loading @@ -9,5 +9,5 @@ fi if [[ $# -eq 0 ]] ; then docker-compose up -d else docker-compose up $@ -d docker-compose up -d $@ fi rosetta/status +1 −1 Original line number Diff line number Diff line Loading @@ -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 "" Loading Loading
README.md +14 −2 Original line number Diff line number Diff line Loading @@ -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 Loading Loading @@ -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
rosetta/run +1 −1 Original line number Diff line number Diff line Loading @@ -9,5 +9,5 @@ fi if [[ $# -eq 0 ]] ; then docker-compose up -d else docker-compose up $@ -d docker-compose up -d $@ fi
rosetta/status +1 −1 Original line number Diff line number Diff line Loading @@ -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 "" Loading