Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
Developer Documentation
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
Service Desk
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
brienne
Developer Documentation
Commits
f0f99104
Unverified
Commit
f0f99104
authored
7 years ago
by
Michael McAndrew
Committed by
GitHub
7 years ago
Browse files
Options
Downloads
Plain Diff
Merge pull request #479 from jaapjansma/patch-2
Update buildkit.md
parents
5048d769
eee28a1b
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
docs/tools/buildkit.md
+31
-0
31 additions, 0 deletions
docs/tools/buildkit.md
with
31 additions
and
0 deletions
docs/tools/buildkit.md
+
31
−
0
View file @
f0f99104
...
@@ -34,9 +34,40 @@ After running the above command, then proceed to the [post-installation configur
...
@@ -34,9 +34,40 @@ After running the above command, then proceed to the [post-installation configur
If you have
[
Docker
](
https://www.docker.com/
)
running, you can use one of the following projects to run buildkit within a Docker container:
If you have
[
Docker
](
https://www.docker.com/
)
running, you can use one of the following projects to run buildkit within a Docker container:
*
<https://github.com/michaelmcandrew/civicrm-buildkit-docker>
*
<https://github.com/progressivetech/docker-civicrm-buildkit>
*
<https://github.com/progressivetech/docker-civicrm-buildkit>
*
<https://github.com/ErichBSchulz/dcbk>
*
<https://github.com/ErichBSchulz/dcbk>
!!! Note
There different version of Buildkit on Docker. Michael McAndrew's seems to be the easiest to get started with.
#### Install buildkit on docker on ubuntu
Follow the official installation instructions from https://docs.docker.com/compose/install/ to install docker compose on your linux machine.
```
bash
git clone https://github.com/michaelmcandrew/civicrm-buildkit-docker.git
cd
civicrm-buildkit-docker
sudo
docker-compose up
-d
```
Now you are ready to go.
To create a new site with buildkit run the following command:
```
bash
docker-compose
exec
-u
buildkit civicrm civibuild create dmaster
--url
http://localhost:8080
```
Alternative you can login into the conatiner and run the commands from there:
```
bash
docker-compose
exec
-u
buildkit civicrm bash
```
More information is in the Readme: https://github.com/michaelmcandrew/civicrm-buildkit-docker/blob/master/README.md
### Other platforms
### Other platforms
...
...
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