1
0
mirror of https://github.com/kvazar-network/webapp.git synced 2025-03-13 06:01:32 +00:00

50 lines
759 B
Markdown
Raw Normal View History

2021-08-07 13:37:01 +03:00
# kvazar-network webapp
2022-04-24 19:44:10 +03:00
Web-oriented content exploring platform for Kevacoin Blockchain
### requirements
```
2022-07-15 16:51:24 +03:00
php-8^
2022-04-24 19:44:10 +03:00
php-curl
php-mbstring
2022-07-15 16:51:24 +03:00
php-sqlite3
2022-07-15 09:54:28 +03:00
php-pdo
2022-04-24 20:08:30 +03:00
php-bcmath
php-gd
2022-04-24 19:44:10 +03:00
```
2022-04-24 20:25:11 +03:00
#### database
2022-04-24 19:44:10 +03:00
2022-04-24 20:25:11 +03:00
https://github.com/kvazar-network/database
2021-08-07 13:37:01 +03:00
2022-07-15 09:52:29 +03:00
##### MySQL
https://github.com/kvazar-network/webapp/tree/master
##### SQLite
https://github.com/kvazar-network/webapp/tree/sqlite
2022-05-01 00:57:49 +03:00
#### crontab
```
0 0 * * * /path-to/php /path-to/crontab/sitemap.php > /dev/null 2>&1
```
2022-04-24 22:26:10 +03:00
### nginx sef_mode example
2022-04-24 22:24:32 +03:00
```
2022-04-24 22:25:12 +03:00
location / {
try_files $uri $uri/ =404 @sef;
}
2022-04-24 22:24:32 +03:00
2022-04-24 22:25:12 +03:00
location @sef {
rewrite ^(/.*)$ /?$1 last;
}
2022-04-24 22:24:32 +03:00
```
2022-05-25 02:29:34 +03:00
### examples
#### web
2022-04-24 19:19:44 +03:00
https://kvazar.today
2022-05-25 02:26:49 +03:00
2022-05-25 02:29:34 +03:00
#### yggdrasil
2022-07-15 09:48:56 +03:00
[http://[203:7693:ae20:18a6:7689:cb63:c53d:43c6]](http://[203:7693:ae20:18a6:7689:cb63:c53d:43c6])