Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
Rosetta
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ExaCT
Rosetta
Commits
3cf017cf
Commit
3cf017cf
authored
4 years ago
by
Stefano Alberto Russo
Browse files
Options
Downloads
Patches
Plain Diff
Minor fixes.
parent
8d763b65
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
README.md
+14
-2
14 additions, 2 deletions
README.md
rosetta/run
+1
-1
1 addition, 1 deletion
rosetta/run
rosetta/status
+1
-1
1 addition, 1 deletion
rosetta/status
with
16 additions
and
4 deletions
README.md
+
14
−
2
View file @
3cf017cf
...
...
@@ -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
This diff is collapsed.
Click to expand it.
rosetta/run
+
1
−
1
View file @
3cf017cf
...
...
@@ -9,5 +9,5 @@ fi
if
[[
$#
-eq
0
]]
;
then
docker-compose up
-d
else
docker-compose up
$@
-d
docker-compose up
-d
$@
fi
This diff is collapsed.
Click to expand it.
rosetta/status
+
1
−
1
View file @
3cf017cf
...
...
@@ -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
""
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment