How to Install Sample Data After the Installation of Joomla! - Joomla! Forum - community, help and support
is there anywhere option add sample data after installation?
there no option install sample data after installation over.
however, try following:
- fresh copy of stable full package of joomla! using
- unzip package new directory (say test)
- notice in directory \test\installation\sql\mysql files such sample_blog.sql
- open appropriate file edit depending upon sample data want install
- substitute text strings #__ database prefix used joomla! site. can found in file configuration.php (e.g., public $dbprefix = 'atlog_';) of joomla! site want install sample data.
- save file
- invoke phpmyadmin
- on left panel, select database want install sample data
- on right panel, click on tab titled import
- choose file have edited , click on button labelled go
note:
(i) if using database not mysql, have corresponding directory under directory \test\installation\sql
(ii) use text editors such notepad++ editing file
however, try following:
- fresh copy of stable full package of joomla! using
- unzip package new directory (say test)
- notice in directory \test\installation\sql\mysql files such sample_blog.sql
- open appropriate file edit depending upon sample data want install
- substitute text strings #__ database prefix used joomla! site. can found in file configuration.php (e.g., public $dbprefix = 'atlog_';) of joomla! site want install sample data.
- save file
- invoke phpmyadmin
- on left panel, select database want install sample data
- on right panel, click on tab titled import
- choose file have edited , click on button labelled go
note:
(i) if using database not mysql, have corresponding directory under directory \test\installation\sql
(ii) use text editors such notepad++ editing file
Comments
Post a Comment