how to create joomla 2.5 quick installer package? -


i have seen quick joomla installer package others theme development websites. want create same file can give files clients , install joomla ready made dummy content. thanks

i explain more in depth comment little vague.

  1. joomla 2.5 package
  2. you see in installation\sql\mysql file called sample_data.sql. download copy of database , replace file stated above one. make sure give same name.
  3. open sample_data.sql , see query create table , it's columns so....create table if not exists #__assets ...replace with: truncate #__categories;. sure each 1 see.
  4. copy template folder site tempplates folder in new joomla package.
  5. zip , you're go

hope helps


Comments

Popular posts from this blog

c# - How Configure Devart dotConnect for SQLite Code First? -

java - Copying object fields -

c++ - Clear the memory after returning a vector in a function -