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
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -6,24 +6,24 @@ This README does not aim to explain Symfony binary, if you want more details you
6
6
7
7
# Installation 💾
8
8
9
+
pomdok is the only thing you have to install, the symfony binary will be automatically installed if not present on your computer.
10
+
9
11
## Mac
10
12
11
-
You can install this binary through [Homebrew](https://brew.sh/index_fr):
13
+
You can install this binary through [Homebrew](https://brew.sh/):
12
14
13
15
```bash
14
16
brew tap jolicode/pomdok git@github.com:jolicode/pomdok.git
15
17
brew install pomdok
16
18
```
17
19
18
-
Or you can follow linux way below 👇
19
-
20
20
## Linux
21
21
22
22
Download [last release](https://github.com/jolicode/pomdok/releases), extract it and you'll have the binary. I suggest you to put it in `/usr/local/bin/` to be easier to use but you can do whatever you want 🤷
23
23
24
24
# Getting started 🚀
25
25
26
-
First you need a configuration file that we call `pomdok.yaml` in your project root as following:
26
+
First, you need a configuration file that we call `pomdok.yaml` in your project root as following:
27
27
```yaml
28
28
pomdok:
29
29
tld: 'test'
@@ -36,7 +36,7 @@ pomdok:
36
36
path: '/apps/back-office'
37
37
```
38
38
39
-
You'll need atleast`tld` field and one project to have a valid configuration.
39
+
You'll need at least`tld` field and one project to have a valid configuration.
40
40
41
41
To init `pomdok` for your project run:
42
42
```bash
@@ -57,7 +57,7 @@ pomdok stop
57
57
## Symfony related
58
58
59
59
To make pomdok works, we're using symfony CLI. Some setup on this side is needed:
60
-
- You have to setup Symfony CLI proxy (you can find how on [this slide](https://speakerdeck.com/fabpot/symfony-local-web-server-dot-dot-dot-reloaded?slide=32))
60
+
- You have to setup Symfony CLI proxy (you can find how on [this slide](https://speakerdeck.com/fabpot/symfony-local-web-server-dot-dot-dot-reloaded?slide=32) or on the [official documentation](https://symfony.com/doc/current/setup/symfony_server.html#setting-up-the-local-proxy))
61
61
- And to install Symfony CLI certificate authority through `symfony local:server:ca:install`
0 commit comments