Skip to content
This repository has been archived by the owner on Jul 9, 2019. It is now read-only.

NuxosMinecraft/Bukmin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bukmin

Installation

First, clone the repository:

git clone git://github.com/NuxosMinecraft/Bukmin.git
# OR
git clone git@github.com:NuxosMinecraft/Bukmin.github

Configuration

Create logs and cache directories cd Bukmin && mkdir app/cache app/logs

Check that all is OK (php configuration):

php app/check.php

Copy the app/config/parameters.ini.dist to app/config/parameters.ini and edit it. Then, install the dependencies:

./bin/vendors update

Create the database and the tables:

./app/console doctrine:database:create
./app/console doctrine:schema:update --dump-sql # Check what will be changed
./app/console doctrine:schema:update --force

Update

Git pull:

git pull

Check if there is SQl updates:

./app/console doctrine:schema:update --dump-sql # Check what will be changed
./app/console doctrine:schema:update --force

Clean the cache

./app/console cache:clear
# OR
./app/console cache:clear --env=prod

If you have a problem

Try to clean the cache first:

./app/console cache:clear
# OR
./app/console cache:clear --env=prod

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published