Topic on Talk:Parsoid

How to start parsoid automatically for ubuntu 18.04?

7
Summary by Arlolra

Use the init scripts from the deb

Sokote zaman (talkcontribs)

Hello

What should I do to activate and start parsoid automatically when the server and client starts working?

ubuntu 18.04

php7.2-fpm & nginx

Thanks

Arlolra (talkcontribs)
Sokote zaman (talkcontribs)

thank you. Please explain exactly what to do?

Arlolra (talkcontribs)

How did you install Parsoid?

Sokote zaman (talkcontribs)

sudo apt install dirmngr

sudo apt-key advanced --keyserver keys.gnupg.net --recv-keys 90E9F83F22250DD7

#Ubuntu

sudo apt-add-repository "deb https://releases.wikimedia.org/debian jessie-mediawiki main"

apt-get install software-properties-common

sudo apt install apt-transport-https

sudo apt update

sudo apt update && sudo apt install parsoid

MediaWiki 1.31.0 (e9afac4)

PHP 7.2.5-0ubuntu0.18.04.1 (fpm-fcgi)

MariaDB 10.1.29-MariaDB-6

ICU 60.2

Lua 5.1.5

ubuntu 18.04

localhost

parsoid version (0.9.0all)

VisualEditor 0.1.0 (13a585a)

tanks

Arlolra (talkcontribs)

In that case, the it should already be running and can controlled with the service command.

Sokote zaman (talkcontribs)

yes

tanks