2024-02-12 00:11:12 +02:00
2024-02-11 21:59:52 +02:00
2024-02-11 22:41:40 +02:00
2024-02-11 22:41:40 +02:00
2024-02-11 22:41:40 +02:00
2024-02-11 22:41:40 +02:00
2024-02-11 22:41:40 +02:00
2024-02-11 21:59:52 +02:00
2024-02-11 22:43:07 +02:00
2024-02-11 22:43:07 +02:00
2021-08-07 13:37:01 +03:00
2024-02-12 00:11:12 +02:00
2024-02-11 22:41:40 +02:00

KVAZAR (webapp)

KevaCoin content Explorer written on Symfony and uses Manticore for full-text search.

This project is new generation of MySQL and SQLite implementations.

Master branch currently under development!

Install

  • git clone https://github.com/kvazar-network/webapp.git
  • cd webapp
  • composer install

Setup

  • Web application requires RPC connection to KevaCoin node
  • Manticore search server must be installed also (application uses php-pdo driver to interact search index)
  • Configure crontab task to update search index: * * * * * /crontab/index

Launch

  • symfony server:start
Languages
Twig 45.6%
PHP 44.2%
CSS 10.2%