kevacoinkvamanticorekvazarblockchainexplorersymfonykvazar-webappkevacoin-phpkevacoin-explorerblockchain-explorerkevacoin-indexcomposer-projectmanticoresearch-php
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
f7fcf3b8a0
|
2 years ago | |
---|---|---|
cache | 3 years ago | |
crontab | 3 years ago | |
library | 3 years ago | |
public | 2 years ago | |
LICENSE | 3 years ago | |
README.md | 2 years ago | |
config-default.php | 3 years ago |
README.md
kvazar-network webapp
Web-oriented content exploring platform for Kevacoin Blockchain
requirements
php-7.4
php-curl
php-mbstring
php-mysql
php-bcmath
php-gd
database
https://github.com/kvazar-network/database
crontab
0 0 * * * /path-to/php /path-to/crontab/sitemap.php > /dev/null 2>&1
nginx sef_mode example
location / {
try_files $uri $uri/ =404 @sef;
}
location @sef {
rewrite ^(/.*)$ /?$1 last;
}
examples
web
yggdrasil
http://[200:4f97:7cc6:fdd5:1508:5dcc:d8a3:88c5]