Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
N
NACSOS Core
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
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
MCC APSIS
NACSOS
NACSOS Core
Merge requests
!103
Main
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Main
main
into
production
Overview
0
Commits
4
Pipelines
3
Changes
4
Merged
Tim Repke
requested to merge
main
into
production
7 months ago
Overview
0
Commits
4
Pipelines
3
Changes
4
Expand
0
0
Merge request reports
Viewing commit
54bef020
Prev
Next
Show latest version
4 files
+
23
−
19
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
4
Search (e.g. *.vue) (Ctrl+P)
54bef020
bump versions
· 54bef020
Tim Repke
authored
7 months ago
README.md
+
2
−
1
Options
@@ -19,11 +19,12 @@ pg_dump -d nacsos_core -h localhost -U root -W -p 5432 > dump.sql
```
bash
virtualenv venv
source
venv/bin/activate
pip
install
-r
requirements.txt
pip
install
-r
requirements
_dev
.txt
```
For development, it is advised to install
`nacsos-data`
locally (not from git) via
```
bash
pip
install
-r
../nacsos-data/requirements.txt
pip
install
-e
../nacsos-data/
```
(assuming both projects reside side-by-side, otherwise adapt path accordingly)
Loading