kevacoinkvamanticorekvazarblockchainexplorersymfonyblockchain-explorerkvazar-webappkevacoin-phpkevacoin-explorercomposer-projectmanticoresearch-phpkevacoin-index
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ghost
7a9629efe7
|
9 months ago | |
---|---|---|
bin | 9 months ago | |
config | 9 months ago | |
public | 9 months ago | |
src | 9 months ago | |
templates | 9 months ago | |
.env | 9 months ago | |
.gitignore | 9 months ago | |
LICENSE | 3 years ago | |
README.md | 9 months ago | |
composer.json | 9 months ago | |
composer.lock | 9 months ago | |
symfony.lock | 9 months ago |
README.md
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