You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+31-27Lines changed: 31 additions & 27 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,6 +18,37 @@ We have packaged things up to run easily with [Vagrant](https://www.vagrantup.co
18
18
19
19
If anything in this guide is not accurate or if you run into any issues installing & running LaunchKit, please send us a pull request. No one is actively addressing bug reports, but we will happily review and integrate pull requests.
20
20
21
+
## Getting Started - Docker
22
+
23
+
### Step 1
24
+
25
+
Install Docker. You can find installation instructions at https://docs.docker.com/install/
26
+
27
+
### Step 2
28
+
29
+
Install Docker Compose. You can find installation instructions at https://docs.docker.com/compose/install/
30
+
31
+
### Step 3
32
+
33
+
Get the LaunchKit code and configure your LK settings.
**NOTE 1.** Before running LaunchKit, you can edit `docker-compose.yml` file to change SMTP and SLACK configuration.
41
+
42
+
**NOTE 2.** In this step, you will be using prebuilt docker images from Docker Hub. You can build images on your own using `build_images.sh` script.
43
+
44
+
Run Launchkit
45
+
46
+
$ docker-compose up -d
47
+
48
+
### Step 5
49
+
50
+
Navigate to http://localhost:9100/
51
+
21
52
## Getting Started - Vagrant
22
53
23
54
Getting your LK instance up and running is fairly simple. This process has been tested thoroughly on **Mac OS 10.11**, but should also work on other systems compatible with Vagrant, VirtualBox and Ansible.
@@ -86,33 +117,6 @@ If you're never going to use LaunchKit again, you can destroy the machine altoge
86
117
87
118
$ vagrant destroy
88
119
89
-
## Getting Started - Docker
90
-
91
-
### Step 1
92
-
93
-
Install Docker. You can find installation instructions here: https://docs.docker.com/install/
94
-
95
-
### Step 2
96
-
97
-
Install Docker Compose. You can find installation instructions here: https://docs.docker.com/compose/install/
98
-
99
-
### Step 3
100
-
101
-
Get the LaunchKit code and configure your LK settings.
It might take some time to initialize all components.
113
-
114
-
Navigate to http://localhost:9100/
115
-
116
120
## System Configuration
117
121
118
122
LaunchKit will work largely out of the box, but each service has some **external dependencies** that you will need to configure if you wish the service to work properly.
0 commit comments