Go to file
2017-11-09 19:52:05 +08:00
src update readme & small fixes 2017-11-09 19:52:05 +08:00
.gitignore v2 2017-11-09 15:49:18 +08:00
bower.json v2 2017-11-09 15:49:18 +08:00
index.html v2 2017-11-09 15:49:18 +08:00
polymer.json v2 2017-11-09 15:49:18 +08:00
README.md update readme & small fixes 2017-11-09 19:52:05 +08:00

  • Nginx >= 1.13.0
  • php7.0-fpm & php7.0-dev
  • Redis >= 4.0.0
  • phpredis >= (develop branch)
cat src/db.sql | mysql -D YOUR_DB -p
location ~ "^\/[0-9a-z]{40}$" {
	try_files $uri /src/php/download.php;
}