Web Explorer for Kevacoin Blockchain
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.

48 lines
748 B

3 years ago
# kvazar-network webapp
Web-oriented content exploring platform for Kevacoin Blockchain
### requirements
```
php-7.4
php-curl
php-mbstring
php-mysql
php-pdo
php-bcmath
php-gd
```
2 years ago
#### database
2 years ago
https://github.com/kvazar-network/database
3 years ago
##### MySQL
https://github.com/kvazar-network/webapp/tree/master
##### SQLite
https://github.com/kvazar-network/webapp/tree/sqlite
2 years ago
#### crontab
```
0 0 * * * /path-to/php /path-to/crontab/sitemap.php > /dev/null 2>&1
```
2 years ago
### nginx sef_mode example
```
2 years ago
location / {
try_files $uri $uri/ =404 @sef;
}
2 years ago
location @sef {
rewrite ^(/.*)$ /?$1 last;
}
```
2 years ago
### exampleshttps://kvazar.today
2 years ago
#### yggdrasil
2 years ago
[http://[203:9fd0:95df:54d7:29db:5ee1:fe2d:95c7]](http://[203:9fd0:95df:54d7:29db:5ee1:fe2d:95c7])