Loading...
 
Architecture / Installation

Architecture / Installation


Re: Moving Tiki from one host to another

posts: 2881 United Kingdom

Hi!

This is quite easy to do:

1) Dump the database, using something like phpMyAdmin to a SQL file
2) Delete all in your local copy of templates_c
3) FTP your local tiki root to the hosts webspace
4) If you dont have SSH access CHMOD the necessary directories and files using FTP otherwise SSH in and run ./setup.sh with the correct parameters
5) Create your database by running the dumpd SQL file on your hosts db server
6) edit the db/local.php file and enter your new database connection settings

That should be everything!

If you have trouble join us on the irc.freenode.net channel #tikiwiki

There are no comments at this time.