Skip to content
oitcode edited this page Mar 3, 2023 · 14 revisions

Welcome to the khajanchi wiki!

Installation requirements

php dependencies

Following php dependencies must be installed in order to run khajanchi.

  • PHP >= 7.2.5
  • BCMath PHP Extension
  • Ctype PHP Extension
  • Fileinfo PHP extension
  • JSON PHP Extension
  • Mbstring PHP Extension
  • OpenSSL PHP Extension
  • PDO PHP Extension
  • Tokenizer PHP Extension
  • XML PHP Extension

Please use the tools available in your operating system to install above php dependencies. For example in Ubuntu you can use:

sudo apt install php-mbstring

to install Mbstring php extension. Use the tool provided by your operating system.

Installation

Clone this wiki locally