Difference between revisions of "SME Site Maker"
Line 1: | Line 1: | ||
== SME Site Maker == | == SME Site Maker == | ||
− | This script is designed to help you when create a new web site under /opt directory. If you want to create a site under an ibay, not use this script. | + | This script is designed to help you when create a new web site under /opt directory. If you want to create a site under an ibay, do not use this script. |
− | The main purpose is to | + | The main purpose is to automate the time consuming (and sometimes confusing) process of installing an application to the /opt directory. If you do not use SMESiteMaker you must create the dir, conf files, and DB configs manually from the command line. With SMESiteMaker, you only have to answer the questions in the wizard. |
− | The script | + | The script creates the basic environment for your site, such as directory, permissions, apache configuration, add, replace or leave databases and user, and restart the pertinent services. Of course you can edit the final config file (under /etc/e-smith/templates-custom/etc/httpd/conf/httpd.conf/99SMESiteMaker_yourconfname) to add your own parameters, but generally default is ok. |
− | If you make a mistake or want to revert the changes, first remove the directory you choose to locate your site under /opt. Then remove the file /etc/e-smith/templates-custom/etc/httpd/conf/httpd.conf/99SMESiteMaker_yourconfname. If you create a DB then remove DB and User if are new. | + | If you make a mistake or want to revert the changes, first remove the directory you choose to locate your site under /opt. Then remove the file /etc/e-smith/templates-custom/etc/httpd/conf/httpd.conf/99SMESiteMaker_yourconfname. If you create a DB then remove DB and User if they are new and no longer needed. |
Finally expand template and restart the service: | Finally expand template and restart the service: | ||
Line 29: | Line 29: | ||
./SMESiteMaker | ./SMESiteMaker | ||
− | The script | + | The script gives you information and prompts for answers at each step. |
If you improve or add new functions to the script, please update this wiki page and upload the new version at [[Bugzilla:2975]]. | If you improve or add new functions to the script, please update this wiki page and upload the new version at [[Bugzilla:2975]]. | ||
− | {{drawBoxNote|content=Please feel free to modify or add info to this howto, and make corrections in typos, because I don't speak | + | {{drawBoxNote|content=Please feel free to modify or add info to this howto, and make corrections in typos, because I don't speak English very good. Also to script, you can fix some typos and beautify the code.}} |
− | Please, use this thread in the forum | + | Please, use this thread in the forum for questions or comments: |
[http://forums.contribs.org/index.php?topic=36516.msg162056#msg162056 SME SM Forum thread] | [http://forums.contribs.org/index.php?topic=36516.msg162056#msg162056 SME SM Forum thread] |
Revision as of 15:46, 10 May 2007
SME Site Maker
This script is designed to help you when create a new web site under /opt directory. If you want to create a site under an ibay, do not use this script.
The main purpose is to automate the time consuming (and sometimes confusing) process of installing an application to the /opt directory. If you do not use SMESiteMaker you must create the dir, conf files, and DB configs manually from the command line. With SMESiteMaker, you only have to answer the questions in the wizard.
The script creates the basic environment for your site, such as directory, permissions, apache configuration, add, replace or leave databases and user, and restart the pertinent services. Of course you can edit the final config file (under /etc/e-smith/templates-custom/etc/httpd/conf/httpd.conf/99SMESiteMaker_yourconfname) to add your own parameters, but generally default is ok.
If you make a mistake or want to revert the changes, first remove the directory you choose to locate your site under /opt. Then remove the file /etc/e-smith/templates-custom/etc/httpd/conf/httpd.conf/99SMESiteMaker_yourconfname. If you create a DB then remove DB and User if they are new and no longer needed.
Finally expand template and restart the service:
expand-template /etc/httpd/conf/httpd.conf /etc/init.d/httpd-e-smith restart
Usage
First, download the last attachment from Bugzilla:2975 to any location in your SME.
Then untar the script. In this example I use v1.7:
tar xzvf SMESiteMaker_v1.7.tar.gz
Enter to SMESiteMaker dir.
cd SMESiteMaker
and finally execute the script
sh SMESiteMaker
or
./SMESiteMaker
The script gives you information and prompts for answers at each step.
If you improve or add new functions to the script, please update this wiki page and upload the new version at Bugzilla:2975.
Please, use this thread in the forum for questions or comments:
Changelog:
# Author: Normando Hall (PicsOne) # nhall@unixlan.com.ar # # Status # Version: 1.7 # 10/04/2007 (d/m/Y) # # # Changelog # # 1.7 (by Normando Hall) # Fix some bugs with MySQL database and users already exists # Set debug output to /opt # Added SME6 support # Improve some functions # Stylize prompt # # 1.5 (by Normando Hall) # Fix some bugs with CGI dir # Added full mysql support # # 1.1 (by Normando Hall) # Added php open_basedir restriction # Set debug variable # # 1.0 (by Normando Hall) # Initial release