Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • virusudha Friend
    #164720

    I have created a Joomla!1.6 website on my local machine & would like to figure out the steps to going live. I have used JA T3 framework to create my template.

    1) Any web hosts you recommend?? I have a Rackspace Server for a different non-joomla website – can I use that?? I am running Debian Linux on it.
    2) Is there a tutorial for setting up for production?
    3) How do I move only the Template I created & not all the other templates provided by default?
    3) Using the T3 framework is free correct if I use the framework to build my own commercial website?

    Please let me know. Thanks a lot!

    chavan Friend
    #394236

    Step To Move to the Live Server:

    1.Take a back up of your database in your local machine
    2.Create a Database in your server and import the sql backup into the server via PHPMyadmin
    3.Now you will have the database username, database name and the password. keep it carefully
    3.Upload all your Files into the server.
    4.Once Done with the Files. Open the configuration.php file in the Root Directory.
    5.Provide your database details in the following code and save it.


    var $host = 'localhost';
    var $user = 'root';
    var $password = '123456';
    var $db = 'joomla';

    6. Now you are Done.

    Note: If you Find my Post useful please click on the Thanks Icon

    virusudha Friend
    #394241

    Thanks Chavan,

    But how do you migrate the front-end files? I created the template using JA T3 framework

    chavan Friend
    #394246

    Not only the template files, you need to upload the whole package of joomla.

    virusudha Friend
    #394249

    You mean I install the JA T3 framework on the server – This as I understand is Joomla + T3 framwork – correct?

Viewing 5 posts - 1 through 5 (of 5 total)

This topic contains 5 replies, has 2 voices, and was last updated by  virusudha 13 years, 5 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum