-
Notifications
You must be signed in to change notification settings - Fork 8
Installation & Upgrading
tooblue edited this page Jul 12, 2014
·
2 revisions
##INSTALLATION Follow these instructions if you are installing eTCG for the first time.
- If you haven't already, create a database to use for EasyTCG.
- Open up your
config.php
file (inside the 'etcg' folder). Change the database settings at the top of the file to match those of your eTCG database. You can also define your password salt. Treat your salt as a high security password (ie. long chains of random letters, numbers, and symbols are good). You wont have to remember your salt, so don't worry about that. - Upload your 'etcg' folder and its contents to your TCG post's directory (or wherever you want your eTCG admin panel to be). Feel free to change the name of this directory to something else.
- Upload your
func.php
to your trade post directory (NOT inside the admin panel directory). You can also uploadtrade.php
andtradeform.php
to this directory if you want to use the automated trade form. - Inside the
func.php
file, update the path toconfig.php
if you changed the name and/or location of your 'etcg' folder. - Direct your browser to
install.php
(inside the 'etcg' directory) and follow the insructions on the page to set up your database. Remember to DELETE THIS FILE WHEN YOU'RE DONE. - At this point, installation should be complete and you should be able to log in to your admin panel and start adding your TCGs, cards, etc. Continue reading for details and how-to's for various features. The last section explains how to set up your TCG Post (ie. displaying your cards, logs, etc.).
##UPGRADING Follow these instructions if you are upgrading from an older version of eTCG. ALWAYS make a backup of your current files and database before attempting to upgrade
- DELETE the
etcg/config.php
andetcg/install.php
files included in the download. You should continue to use your oldconfig.php
file, andinstall.php
is only necessary for first-time installs - Do NOT attempt to runinstall.php
. - Replace your old eTCG files with the new ones.
- Follow any additional instructions outlined in the release notes.
- Wiki Home
- Getting Started
- Installation & Upgrading
- Inside EasyTCG
- EasyTCG Settings
- Adding TCGs
- TCG Settings
- Card Categories
- Collecting Decks
- Mastered Decks
- Logs
- Managing Trades
- Easy Update
- Tradepost Setup
- Displaying Cards, Logs, etc.
- Using the eTCG Tradeform