Поправил readme
This commit is contained in:
@@ -11,6 +11,7 @@
|
|||||||
Для разворачивания читалки на чистом VPS с нуля смотрите [docs/omnireader](docs/omnireader/README.md)
|
Для разворачивания читалки на чистом VPS с нуля смотрите [docs/omnireader](docs/omnireader/README.md)
|
||||||
|
|
||||||
## Сборка проекта
|
## Сборка проекта
|
||||||
|
Необходима версия node.js не ниже 10.
|
||||||
|
|
||||||
```
|
```
|
||||||
$ git clone https://github.com/bookpauk/liberama
|
$ git clone https://github.com/bookpauk/liberama
|
||||||
|
|||||||
@@ -39,6 +39,8 @@ sudo apt install poppler-utils
|
|||||||
```
|
```
|
||||||
|
|
||||||
### nginx, server config
|
### nginx, server config
|
||||||
|
Для своего домена необходимо будет подправить docs/omnireader/omnireader.
|
||||||
|
Можно также настроить сервер для HTTP, без SSL.
|
||||||
```
|
```
|
||||||
sudo apt install nginx
|
sudo apt install nginx
|
||||||
sudo cp docs/omnireader/omnireader /etc/nginx/sites-available/omnireader
|
sudo cp docs/omnireader/omnireader /etc/nginx/sites-available/omnireader
|
||||||
@@ -48,6 +50,8 @@ sudo service nginx reload
|
|||||||
sudo chown -R www-data.www-data /var/www
|
sudo chown -R www-data.www-data /var/www
|
||||||
```
|
```
|
||||||
|
|
||||||
|
### certbot
|
||||||
|
Следовать инструкции установки certbot https://certbot.eff.org/lets-encrypt/ubuntubionic-nginx
|
||||||
### old.omnireader
|
### old.omnireader
|
||||||
```
|
```
|
||||||
sudo apt install php7.2 php7.2-curl php7.2-mbstring php7.2-fpm
|
sudo apt install php7.2 php7.2-curl php7.2-mbstring php7.2-fpm
|
||||||
|
|||||||
Reference in New Issue
Block a user