Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • G gitlabhq1
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 21
    • Issues 21
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 12
    • Merge requests 12
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Infrastructure Registry
  • Analytics
    • Analytics
    • CI/CD
    • Repository
    • Value stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • gpt
  • large_projects
  • gitlabhq1
  • Merge requests
  • !1094

Closed
Created Jul 15, 2012 by Administrator@rootOwner
  • Report abuse
Report abuse

Debian package files

  • Overview 28
  • Commits 18
  • Changes 14

Created by: rsampaio

Added files to create a proper .deb file as follows:

git clone repository/gitlabhq.git cd gitlabhq dpkg-buildpackage

To install the package and deps use: dpkg -i ../gitlabhq_*.deb apt-get -f install

Advantages over debian_ubuntu.sh:

  • Init and preinst scripts automatically setup the environment and git/gitlab keys.
  • No need of any -dev package to deploy in production (including gcc, cpp, python-dev...)
  • Use distro packages for gitolite
  • Nginx vhost debianized (not enabled by default, /etc/nginx/sites-available)

Thanks for the great project, much simpler and elegant than gitorious. Rodrigo.

Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: github/fork/rsampaio/master