Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 597 Bytes

readme.md

File metadata and controls

15 lines (9 loc) · 597 Bytes

#Backend for gw2cartographers.com

#How to install Run the following commands

php composer.phar install```

To update the submodule, just run ```git submodule update --init --recursive``` after the clone.

Then you must install the database. Import the structure.sql file to your database.

Run ```cp db-config.php.dist db-config.php``` and edit the db-config.php file with your personal information.

Now go to /admin/users you should be able to log in with gw2c/gw2c. We strongly recommend you to create a new user and to delete the gw2c user.