Skip to content
This repository has been archived by the owner on May 6, 2021. It is now read-only.

onRuntime/berrygames-website

Repository files navigation



Discord server GitHub last-commit Patreon

BerryGames - Website

BerryGames main website.

Installation

# Clone the project to download its contents
> cd projects/
> git clone https://github.com/onRuntime/berrygames-website.git

# Make Composer install the project's dependencies into vendor/
> cd berrygames-website/
> composer install

Usage

Notes:

  • Especially when you operate on an existing production project, do not put the following folders/files:
- .env
- var
- vendor
- .idea
- .git
- public/forum
  • In case of error 500 try to use the following commands in the project folder:
> chmod -R 777 var/log/
> chmod -R 777 var/cache/
  • At each production start, perform the following commands in the project folder:
> rm -rf var/cache/prod/
> rm -rf var/cache/dev/ (if the folder exists)

Support

License

GNU GPL v3.0

Links