Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Backend
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Analyze
Contributor analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Arkindex
Backend
Merge requests
!2259
A bit more documentation for migration towards new setup
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
A bit more documentation for migration towards new setup
moar-stack-docs
into
master
Overview
3
Commits
3
Pipelines
0
Changes
2
All threads resolved!
Show all comments
Merged
Bastien Abadie
requested to merge
moar-stack-docs
into
master
1 year ago
Overview
3
Commits
3
Pipelines
0
Changes
2
All threads resolved!
Show all comments
Expand
Following discussion with
@mlbonhomme
yesterday
0
0
Merge request reports
Compare
master
version 4
40a34b30
1 year ago
version 3
33b236d7
1 year ago
version 2
040f97fa
1 year ago
version 1
42ef49e8
1 year ago
master (base)
and
version 3
latest version
fc3bb0d7
3 commits,
1 year ago
version 4
40a34b30
3 commits,
1 year ago
version 3
33b236d7
2 commits,
1 year ago
version 2
040f97fa
2 commits,
1 year ago
version 1
42ef49e8
2 commits,
1 year ago
2 files
+
14
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
Makefile
+
9
−
2
Options
@@ -51,10 +51,17 @@ release:
git tag
$(
version
)
git push origin master
$(
version
)
stack
:
docker/ssl/ark-cert.pem
clean-docker
:
$(
eval
containers:
=
$(
shell docker ps
-a
-q
))
@
if
[
-n
"
$(
containers
)
"
]
;
then
\
echo
"Cleaning up past containers
\n
"
\
docker
rm
-f
$(
containers
)
;
\
fi
stack
:
clean-docker docker/ssl/ark-cert.pem
docker compose
-p
arkindex up
--build
services
:
docker/ssl/ark-cert.pem
services
:
clean-docker
docker/ssl/ark-cert.pem
docker compose
-p
arkindex
-f
docker/docker-compose.services.yml up
docker/ssl/ark-cert.pem
:
Loading