PDA

View Full Version : What is fastest to setup CMS?



Fli
03-10-2013, 08:50 PM
Which content management system is fastest to setup?

PS: here are some Wordpress alternatives: http://internetlifeforum.com/content-management-systems/3818-wordpress-alternative-simple-cms-use/

tommyosmena
05-28-2013, 04:06 PM
AGREE wordpress its really easy to used

rossgross
03-31-2023, 05:39 AM
An unattended installation installs CMS without opening the installation wizard. The installation takes all default values and runs silently in the background.

To run an unattended installation, issue one of the following commands replacing installation_path with the complete path to the location where CMS is installed:

In Windows:

Copy
install.bat –i silent –D USER_INSTALL_DIR=installation_path
On UNIX:

Copy
install.sh –i silent –D USER_INSTALL_DIR=installation_path

Regards,
Rachel Gomez