oreolek
/
news-script
Archived
1
0
Fork 0

composer update & more READMEs
default/news-script/master This commit looks good Details

This commit is contained in:
Alexander Yakovlev 2019-04-16 13:32:10 +07:00
parent e2c3462bca
commit 82f834ee4a
Signed by: oreolek
GPG Key ID: 1CDC4B7820C93BD3
3 changed files with 295 additions and 210 deletions

View File

@ -22,5 +22,7 @@ Just ignore this, it's for Russian IF comp.
## Installation ## Installation
1. Install `pandoc` and `php` with `mbstring` and `xml` extensions.
1. Install [`composer`](https://getcomposer.org/) and execute `composer install`
1. Copy the `config.yml.example` to `config.yml`, edit it. 1. Copy the `config.yml.example` to `config.yml`, edit it.
1. Run the scripts. 1. Run the scripts.

View File

@ -29,5 +29,6 @@
1. Скопировать `config.yml.example` в `config.yml`, отредактировать. 1. Скопировать `config.yml.example` в `config.yml`, отредактировать.
1. Параметр `DRY_RUN` отвечает за тест: `true` означает, что скрипты бота и вики не попытаются создавать страницы и постить записи, а выведут текст и закончат работу. 1. Параметр `DRY_RUN` отвечает за тест: `true` означает, что скрипты бота и вики не попытаются создавать страницы и постить записи, а выведут текст и закончат работу.
1. Установить `pandoc`
1. Скачать [`composer`](https://getcomposer.org/) и выполнить `composer install` 1. Скачать [`composer`](https://getcomposer.org/) и выполнить `composer install`
1. Запустить скрипты. (консольный php 7+ с установленными php-xml и php-mbstring) 1. Запустить скрипты. (консольный php 7+ с установленными php-xml и php-mbstring)

502
composer.lock generated

File diff suppressed because it is too large Load Diff