Other/bap-wiki-deployment-guideline.md
... ...
@@ -0,0 +1,39 @@
1
+---
2
+title: HOW TO DEPLOY BAP WIKI
3
+---
4
+
5
+[[_TOC_]]
6
+
7
+### STEP 1: SSH to server
8
+
9
+### STEP 2: Clone source BAP WIKI
10
+
11
+```bash
12
+git clone git@ssh.gitlab-new.bap.jp:RDC/wiki.git bap-wiki
13
+```
14
+
15
+### STEP 3: Di chuyển vào thư mục dự án `bap-wiki`
16
+
17
+```bash
18
+cd bap-wiki
19
+```
20
+
21
+### STEP 4: Khởi chạy server
22
+
23
+```bash
24
+docker run --name gollum -d -v $(pwd):/wiki -p 4567:4567 gollumwiki/gollum:master --no-edit
25
+```
26
+
27
+### STEP 5: Setup domain
28
+
29
+- Server chạy tại: http://localhost:4567/
30
+- Domain dự kiến: https://wiki.bappartners.com/
31
+
32
+### Hình ảnh screenshots
33
+
34
+
35
+![screenshot Home Page BAP WIKI 01](../assets/screenshots/Screen%20Shot-01.png)
36
+
37
+<br>
38
+
39
+![screenshot Home Page BAP WIKI 02](../assets/screenshots/Screen%20Shot-02.png)
assets/screenshots/Screen Shot-01.png
... ...
Binary files /dev/null and b/assets/screenshots/Screen Shot-01.png differ
assets/screenshots/Screen Shot-02.png
... ...
Binary files /dev/null and b/assets/screenshots/Screen Shot-02.png differ