{{indexmenu_n>100}} ===== Porting a system ===== FIXME (translate) ==== Typical steps while installing a new system: ==== - Set up a new DB with the help of your account backend. - transfer all phpwcms files via FTP onto your website account. Newest version: - [[http://code.google.com/p/phpwcms/downloads/list]] - Set up the right permissions - check out [[http://www.phwcms-docu.de/installation_und_upgrade_von_phpwcms.phtml|Docu Installation & Update]]. - Call domain.tld/setup/setup.php - Insert your specific DB Data - Install the system (it's fairly self explanatory) ==== Porting a complete system: ==== **Old version:** - Make a backup of your old DB - you can do that with your **phpMyAdmin** //(recommended)// or [[http://www.mysqldumper.de/|mysqldumper]] or [[http://www.heidisql.com/|heidisql]] - Backup all your static files via FTP. **New version:** - Set up a new DB - Insert backup of your old DB into your newly created one using (**phpMyAdmin** //(recommended)// or [[http://www.mysqldumper.de/|mysqldumper]] or [[http://www.heidisql.com/|heidisql]]) - Transfer back all your saved static files via FTP onto your new Account. - Set some needed permissions according to - [[http://www.phpwcms-docu.de/installation_und_upgrade_von_phpwcms.phtml|Docu Installation & Update]]. - Edit file named /config/phpwcms/conf.inc.php: - Insert New DB Parameter - eventually Domain - eventually path - eventually eMail and smtp Parameter \\ \\ Your new System will now show a precise copy of your old one and should run without any problems.