liger1978 / vagrant-gitlab

A Vagrant environment for GitLab Community Edition and GitLab Mattermost

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vagrant-gitlab

A Vagrant environment for GitLab Community Edition and GitLab Mattermost

Usage

Install Vagrant and ensure you have a working Vagrant provider such as VirtualBox. Then run the following commands:

# Install recommended plugins (if you want them):
#   vagrant-cachier will cache the Linux packages locally for later use
vagrant plugin install vagrant-cachier
#   vagrant-hostmanager will allow you to resolve the VM hostname ("gitlab.box")
#   from your computer
vagrant plugin install vagrant-hostmanager
 
# Clone repo:
git clone https://github.com/liger1978/vagrant-gitlab.git

# Start and provision the Vagrant environment:
cd vagrant-gitlab
vagrant up

You should be now be able to access your GitLab CE installation from your web browser at http://gitlab.box with the following default credentials:

root
5iveL!fe

You should also be able to access GitLab Mattermost at http://mattermost.box

About

A Vagrant environment for GitLab Community Edition and GitLab Mattermost


Languages

Language:Puppet 100.0%