Server2Go

Written on Wednesday, October 27th, 2010 at 9:55 pm by +::T@ng::+
Filed under KM ฝ่ายสารสนเทศ, PHP.

What is Server2Go

Server2Go is a Webserver that runs out of the box without any installation and on write protected media. This means that web applications based on Server2Go can be used directly from cdrom, a usb stick or from any folder on a hard disk without the hassle of configuring Apache, PHP or MySQL.
Server2Go allows you to create a standalone working web site or PHP application on a CD-ROM. There are many examples of its possible useses such as catalogue software, calculation programmes, image campaigns (CMS-based), computer based training lessons or other applicatons. Most PHP-Software such as the content management system Joomla or the computer based training software Moodle can be used from CD-ROM with the help of Server2Go.

Server2Go was developed in the first instance for use on CD-ROM but there is no problem in using it from other drives too. Using a web browser, a user can run php programs as well as view html files on the CD-ROM. He only needs to insert a CD with Server2Go. The server software starts automatically and a browser is opened with the Website of the CD-ROM.
Server2Go was built in the first place to replace other CD-ROM webservers such as WampOnCD or Microweb that lacked some important features or are not being actively developed.

Main Features

  • Free! No royalties
  • Complete WAMPP Server-Stack
  • Runs directly from CD-ROM, USB Stick or Hard disk without installation
  • Full featured webserver (based on apache)
  • PHP 5.x support with many extensions installed (e.g. gd)
  • Supports SQLite databases
  • Runs on all versions of Windows from Win 98 and above, MAC OSX support is coming
  • Support for MySQL 5 Databases
  • Supports many PHP extensions (GD-Lib, PDO…) by default
  • Support for Perl 5.8

ปล. ข้างบนเป็นรายละเอียดและความสามารถของ server2go

ตอนนี้ ผม config เพิ่มเติมให้ apache สามารถรองรับการทำงานแบบ rewrite mode, ldap, oci และ pdo_oci แล้ว ซึ่งสามารถนำใช้เป็น server สำหรับเขียนโปรแกรมแบบ zend framework ได้ สามารถโหลดได้จาก ที่นี่

ดาว์นโหลด zend framework 1.9.6

ขั้นตอนการกำหนดค่า environment ของเครื่องเพื่อใช้งาน oracle

  • Start > My Computer > right Click > choose PROPERTIES
  • choose ADVANCED tab
  • Click on ENVIRONMENT VARIABLES button
  • click new variables, and create variable Name: TNS_ADMIN with value C:\oracle\instantclient -> ระบุตำแหน่งที่เก็บไฟล์ tnsnames.ora
  • click new variables, and create variable Name: NLS_LANG with value THAI_THAILAND.TH8TISASCII

Leave a Reply