Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
S
stageit
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
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
Code review analytics
Issue analytics
Insights
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
ASTRON SDC
stageit
Commits
a42fef85
Commit
a42fef85
authored
1 year ago
by
Alissa Cheng
Browse files
Options
Downloads
Patches
Plain Diff
minor tweak on documentation
parent
67564280
No related branches found
No related tags found
1 merge request
!66
Add operator docs space
Pipeline
#69930
passed
1 year ago
Stage: test
Stage: build
Stage: deploy
Stage: migrate
Stage: configure
Changes
3
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
README.md
+8
-5
8 additions, 5 deletions
README.md
documentation/docs/user-guide/access/_category_.json
+1
-1
1 addition, 1 deletion
documentation/docs/user-guide/access/_category_.json
documentation/docs/user-guide/intro.md
+1
-1
1 addition, 1 deletion
documentation/docs/user-guide/intro.md
with
10 additions
and
7 deletions
README.md
+
8
−
5
View file @
a42fef85
...
...
@@ -6,6 +6,8 @@ New implementation for the LOFAR stager in the Django framework.
## Contributing
### Set up
Installing a development version can be done via:
```
bash
...
...
@@ -28,11 +30,6 @@ docker network create traefik_proxy
docker compose
-f
deploy/docker-compose.yaml
-f
deploy/docker-compose.development.yaml up
-d
--force-recreate
postgres
&&
sleep
2
```
Fill the database with some content:
```
bash
docker
exec
-i
stageit_postgres /bin/bash
-c
"PGPASSWORD=stageit psql --username stageit stageit"
< ./tests/files/stageit_dump.sql
```
Then the database can be migrated by running:
```
bash
python manage.py migrate
...
...
@@ -49,6 +46,12 @@ And finally a development instance can be run at http://localhost:8000:
python manage.py runserver
```
### Troubleshooting
If the database is empty, you can use this command to fill it with some content:
```
bash
docker
exec
-i
stageit_postgres /bin/bash
-c
"PGPASSWORD=stageit psql --username stageit stageit"
< ./tests/files/stageit_dump.sql
```
## Acknowledgements
...
...
This diff is collapsed.
Click to expand it.
documentation/docs/user-guide/access/_category_.json
+
1
−
1
View file @
a42fef85
{
"label"
:
"Access to the Application"
,
"position"
:
1
.5
,
"position"
:
1
,
"link"
:
{
"type"
:
"generated-index"
}
...
...
This diff is collapsed.
Click to expand it.
documentation/docs/user-guide/intro.md
+
1
−
1
View file @
a42fef85
---
displayed_sidebar
:
userGuideSideBar
sidebar_position
:
1
sidebar_position
:
0
---
# User Guide Introduction
...
...
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