This tutorials shows the installation of the German CMS Contrexx into Server2Go.\\ It uses basicly the same things as the Joomla tutorial, but each step will be shown here. 1. Get the New Installation package from the [[http://www.contrexx.com/?section=media1&path=/media/archive1/Opensource/Neuinstallationen/|Contrexx Page]] 2. Unpack the archive to your htdocs directory (i use '/contrexx' for this documentation) 3. Start the Server2Go Server 4. Point the opening (default) browser to the new Contrexx directory '/contrexx/installer/index.php' 5. Follow the single steps of the installer 6. In the next Steps the installer shows your docroot: DocumentRoot C:/server2go_a2_psmp/server2go_a2/htdocs (example)\\ and your WebRoot\\ Web Pfad http://127.0.0.1/contrexx\\ This is not correct, because the port is missing. But we will fix it later. 7. In the **MySQL Datenbank** - Section\\ enter your root data, by default it is user 'root' with empty password. 8. Enter into the database field your new Database name (e.g. 'contrexx') and set the option **Datenbank erstellen** 9. After clicking **twice** at the **Weiter** Button you should see a "all successful" page. 10. Enter a admin e-mail adress and a administrator name. 11. leave the Domain URL as it is 12. enter the administrator username and a password. 13. after all these steps, you have finished the installation. Now we have to fix a few things. 14. open 'htdocs\contrexx\config\configuration.php' 15. change the \\ $_PATHCONFIG['ascms_root'] = '...'; to \\ $_PATHCONFIG['ascms_root'] = $_ENV['S2G_SERVER_DOCROOT'];\\ this will replace the path if you try to run the Contrexx installation on another machine. 16. Thats it. You are gone. Try to view to the start page with\\ http://127.0.0.1:4001/contrexx \\ and try to log into the admin panel by using \\ http://127.0.0.1:4001/contrexx/admin\\ and your admin credentials you have entered while installation. On top of this page you will see a security code, you have to enter.\\ If you don't see a code, your GD installation inside your server2go has been changed.\\ Download a working version from [[http://www.server2go-web.de|here]].