Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • MetaGer MetaGer
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 65
    • Issues 65
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 12
    • Merge requests 12
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • Value stream
    • Repository
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • open-source
  • MetaGerMetaGer
  • Issues
  • #9

Closed
Open
Created May 03, 2016 by Dominik Hebeler@dominikOwner

Gitlab - Runner ( Init )

Die .gitlab-ci.yml muss konfiguriert werden, sodass folgendes Möglich ist: Das Registrieren eines Gitlab-Runners auf einem neuen Server, soll eine Entwicklungsumgebung bereitstellen, die einen vollständig funktionstüchtigen Webserver darstellt: ( Voraussetzungen: Virtualbox, Vagrant, Composer )

  1. Git Repo klonen, falls noch nicht vorhanden
  2. Homestead Box aufsetzen
  • vagrant box add laravel/homestead
  • git clone https://github.com/laravel/homestead.git Homestead
  • bash init.sh
  • ~/.homestead/Homestead.yaml bearbeiten
  • vagrant up
  1. Laravel Framework initialisieren:
  • composer update
  • schreibrechte für www-data auf "storage", "bootstrap/cache"
  • App-Key generieren
Assignee
Assign to
Time tracking