Difference between revisions of "SME Site Maker"

From SME Server
Jump to navigationJump to search
Line 7: Line 7:
 
{{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.}}
 
{{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.}}
  
Current version: 1.5
+
Current version: 1.7
  
 
'''Now with full MySQL support!!'''
 
'''Now with full MySQL support!!'''
Line 20: Line 20:
  
 
Code removed because is too long
 
Code removed because is too long
 +
 +
# Author: Normando Hall (PicsOne)
 +
# nhall@unixlan.com.ar
 +
#
 +
# Status
 +
# Version: 1.7
 +
# 10/06/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
 +
  
 
----
 
----
  
 
[[Category: Howto]]
 
[[Category: Howto]]

Revision as of 09:29, 10 April 2007

SME Site Maker

This script is designed to help you when create a new web site under /opt directory.

If you improve or add new functions, please update this wiki page.

Template:DrawBoxNote

Current version: 1.7

Now with full MySQL support!!

Your can download from here: SMESiteMaker

Please, use this thread in the forum to any dude or comments:

SME SM Forum thread

Untar and execute.

Code removed because is too long

  1. Author: Normando Hall (PicsOne)
  2. nhall@unixlan.com.ar
  3. Status
  4. Version: 1.7
  5. 10/06/2007 (d/m/Y)
  6. Changelog
  7. 1.7 (by Normando Hall)
  8. Fix some bugs with MySQL database and users already exists
  9. Set debug output to /opt
  10. Added SME6 support
  11. Improve some functions
  12. Stylize prompt
  13. 1.5 (by Normando Hall)
  14. Fix some bugs with CGI dir
  15. Added full mysql support
  16. 1.1 (by Normando Hall)
  17. Added php open_basedir restriction
  18. Set debug variable
  19. 1.0 (by Normando Hall)
  20. Initial release