Skip to content

How to use an existing joomla website / database? #97

Discussion options

You must be logged in to vote

Yes, thats not that hard, here are the steps:

  1. Create the sites_foo database with phpmyadmin (http://phpmyadmin.localhost)
  2. Import the data with phpmyadmin
  3. Put the files in the sites folder, create a subfolder for the site
  4. edit configuration.php for mysql
public $host = 'localhost';              
public $user = 'admin';                       
public $password = 'admin';                  
public $db = 'sites_foo';     

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@alexandreelise
Comment options

Answer selected by johanjanssens
# for free to join this conversation on GitHub. Already have an account? # to comment
Category
Q&A
Labels
None yet
2 participants