Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
Ci Pkg
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
IML Open Source
Ci Pkg
Commits
1b1a9081
Commit
1b1a9081
authored
4 years ago
by
Hahn Axel (hahn)
Browse files
Options
Downloads
Patches
Plain Diff
update readme
parent
2e69e9ab
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
readme.md
+24
-4
24 additions, 4 deletions
readme.md
with
24 additions
and
4 deletions
readme.md
+
24
−
4
View file @
1b1a9081
# CI Package Server
A sattelite system of the CI server to deliver
y
built packages in other
A sattelite system of the CI server to deliver built packages in other
networks. The file access is protected with a dynamic authorization to
prevent public access.
...
...
@@ -28,7 +28,7 @@ On Apache Webserver install xentfile module.
i.e. on CentOS
yum install mod_xsendfile
`
yum install mod_xsendfile
`
### Configuration of vhost
...
...
@@ -70,9 +70,29 @@ return array(
);
```
##
Installation on client
##
# Prepare receive of packages
On a target system you need a bash and curl.
*
Create an deployment account package server that can be used to be connected
via SSH by the ci server
*
add the public key of www-data of the ci server into
/home/deployment/.ssh/authorized keys
*
Set permissions that the deployment user can write into
/var/www/cipkg.example.com/packages/
and the user of the webeservice can read it
`chown deployment:apache /var/www/cipkg.example.com/packages/`
and
`chmod 750 /var/www/cipkg.example.com/packages/`
## Ci server: add a sync target
TODO
## Installation of a client
This repo comes with a bash script. It is not a must to use it. The
communication is via https. Have a look to the source to see the creation
of the authorization string. It can be adapted in other clients too.
On a target system with your application you need a bash shell and curl.
Copy the files from [approot]/shellscripts/ somewhere in a project related
directory.
...
...
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