-
Notifications
You must be signed in to change notification settings - Fork 3
Installation
Michelle Lewis edited this page Aug 24, 2016
·
1 revision
-
Download the latest stable release from GitHub: https://github.com/tooblue/mytcg-f3/releases
-
Extract and upload the files to the public directory where your website will be hosted.
-
Locate the
config.ini.tmp
file located in your project's root directory, and rename it toconfig.ini
. -
Open
config.ini
and add your MyTCG-f3 database credentials to the Database Config section.
- If you're not sure what these are, please contact your host.
- Usually your
db_server
will be localhost and yourdb_port
will be 3306.
- Navigate to
installer.php
in your browser (ie. http://yourtcg.com/installer.php) and follow the instructions on screen to complete the installation.
- The installer should remove itself once the installation process is completed successfully. The installer files are located in the project root directory:
installer.php
andinstaller.htm
. Delete these files if they are not removed by the script.
- Wiki Home
- Getting Started
- Using MyTCG-f3
- Configuration
- Front-end
- Admin Control Panel
- Plugins
- Development
-
Models
- Affiliates
- Cards
- Games
- Members
-
Views
- Templating
-
Controllers
- Forms
- Authentication
- Logging
- Emails
- Card Randomizers
- Plugins
-
Models
- Miscellaneous