File tree Expand file tree Collapse file tree 2 files changed +23
-2
lines changed Expand file tree Collapse file tree 2 files changed +23
-2
lines changed Original file line number Diff line number Diff line change 1
1
# xivapi.com - v3 [ ![ Build Status] ( https://travis-ci.org/xivapi/xivapi.com-v3.svg?branch=master )] ( https://travis-ci.org/xivapi/xivapi.com-v3 )
2
2
3
+ ## Getting Setup
4
+
5
+ Make a folder where all XIVAPI projects (including Mogboard) can sit:
6
+
7
+ - ` mkdir xivapi `
8
+ - ` cd xivapi `
9
+
10
+ Clone XIVAPI (or Mogboard) and Docker
11
+
12
+ - ` git clone https://github.com/xivapi/xivapi.com-v3.git `
13
+ - ` git clone https://github.com/xivapi/xivapi.com-docker.git `
14
+
15
+ Build and run the docker
16
+
17
+ - ` cd xivapi.com-docker `
18
+ - ` docker-compose build `
19
+ - ` docker-compose up -d `
20
+
21
+ Add to your hosts file: ` 127.0.0.1 xivapi.local `
22
+
23
+
3
24
4
25
## XDebug
5
26
- IDE Key: PHPSTORM
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ services:
17
17
ports :
18
18
- " 9000:9001"
19
19
volumes :
20
- - ../xivapi:/var/www/xivapi:cached
20
+ - ../xivapi.com-v3 :/var/www/xivapi:cached
21
21
- ./docker/logs/symfony:/var/www/xivapi/var/log:cached
22
22
links :
23
23
- db
@@ -31,7 +31,7 @@ services:
31
31
links :
32
32
- php
33
33
volumes :
34
- - ../xivapi:/var/www/xivapi:cached
34
+ - ../xivapi.com-v3 :/var/www/xivapi:cached
35
35
- ./docker/logs/nginx:/var/log/nginx:cached
36
36
mysql :
37
37
image : mysql
You can’t perform that action at this time.
0 commit comments