Skip to content
Snippets Groups Projects
Commit 3cf017cf authored by Stefano Alberto Russo's avatar Stefano Alberto Russo
Browse files

Minor fixes.

parent 8d763b65
No related branches found
No related tags found
No related merge requests found
......@@ -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
......@@ -96,4 +96,16 @@ Note that when you edit the Django ORM model, you need to rerun the migrate the
$ source /db_conf.sh
$ cd /opt/webapp_code
$ python3 manage.py makemigrations
$ python3 manage.py migrate
\ No newline at end of file
$ python3 manage.py migrate
## Known issues
SINGULARITY_TMPDIR=/...
.singularity in user home
......@@ -9,5 +9,5 @@ fi
if [[ $# -eq 0 ]] ; then
docker-compose up -d
else
docker-compose up $@ -d
docker-compose up -d $@
fi
......@@ -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 ""
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment