diff options
author | Evgeny Zinoviev <me@ch1p.io> | 2022-09-12 22:18:35 +0300 |
---|---|---|
committer | Evgeny Zinoviev <me@ch1p.io> | 2022-09-12 22:18:35 +0300 |
commit | 8c0e4ab407412dcb9cb80525b168f2d09be90617 (patch) | |
tree | fa059920dbdaef48e987996f4565a05999254ac5 /doc/localwebsite.md | |
parent | c04fdc5425a1bb53443027618ce9d81388a1531b (diff) |
doc: add lws.md
Diffstat (limited to 'doc/localwebsite.md')
-rw-r--r-- | doc/localwebsite.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/localwebsite.md b/doc/localwebsite.md new file mode 100644 index 0000000..b46f62e --- /dev/null +++ b/doc/localwebsite.md @@ -0,0 +1,7 @@ +## Dependencies + +``` +apt install nginx-extras php-fpm php-mbstring php-sqlite3 php-curl php-simplexml php-gmp composer +``` + + |