Presentation is loading. Please wait.

Presentation is loading. Please wait.

CodeCharge Studio 5.1 介紹與環境設定

Similar presentations


Presentation on theme: "CodeCharge Studio 5.1 介紹與環境設定"— Presentation transcript:

1 CodeCharge Studio 5.1 介紹與環境設定
劉坤宗

2 TOPIC CodeCharge Studio Introduction Tomcat+JSP+MySQL Apache+PHP+MySQL

3 CodeCharge Studio Introduction
官網 論壇

4 Get CodeCharge Studio exe

5 Install CodeCharge Studio

6 Install CodeCharge Studio

7 Upgrade CodeCharge Studio

8 Active CodeCharge Studio

9 Tomcat+JSP+ MySQL Install Java Install Ant Install Tomcat
Install MySQL

10 Install JAVA nloads/index.html jdk-7u51-windows-x64.exe Install path C:\Program Files\Java\jdk1.7.0_51

11 Install Ant http://archive.apache.org/dist/ant/binaries/
apache-ant bin.tar.gz Decompress to C:\ Rename Floder to ant

12 Install Tomcat http://tomcat.apache.org/download-70.cgi
apache-tomcat windows-x64.zip Decompress to C:\ Rename Floder to tomcat

13 Install MySQL JDBC http://dev.mysql.com/downloads/connector/j/
mysql-connector-java tar.gz Decompress tar.gz Copy mysql-connector-java bin.jar To C:\tomcat\lib

14 Install MSSQL JDBC tw/download/details.aspx?id=11774 sqljdbc_ _cht.tar.gz Decompress tar.gz Only Copy sqljdbc4.jar To C:\tomcat\lib

15 電腦->系統內容

16 進階系統設定 Windows 7

17 進階->環境變數

18 環境變數->系統變數

19 ADD Environment Variables
ANT_HOME c:\ant CLASSPATH .;%JAVA_HOME%\lib;%TOMCAT_HOME%\lib;%ANT_HOME%\lib\;%JAVA _HOME%\lib\tools.jar;%TOMCAT_HOME%\lib\jsp- api.jar;%TOMCAT_HOME%\lib\servlet- api.jar;%TOMCAT_HOME%\lib\mysql-connector-java bin.jar; JAVA_HOME C:\Program Files\Java\jdk1.7.0_51 PATH %JAVA_HOME%\bin; TOMCAT_HOME C:\tomcat

20 Import MySQL Example DB
C:\Program Files (x86)\CodeChargeStudio5\Examples\Internet\Internet_M ySQL.sql C:\Program Files (x86)\CodeChargeStudio5\Examples\Intranet\Intranet_M ySQL.sql

21 MySQL JDBC Driver & URL JDBC Driver DataBase URL:
com.mysql.jdbc.Driver DataBase URL: jdbc:mysql://localhost:3306/intranet

22 Add Tomcat User C:\tomcat\conf\ tomcat-users.xml
<role rolename="manager-gui"/> <user username="tomcat" password="s3cret" roles="manager- gui"/>

23 Apache+PHP+MySQL Install Apache Install PHP Install MySQL
Install phpMyAmin

24 Server2Go

25 Install phpMyAdmin


Download ppt "CodeCharge Studio 5.1 介紹與環境設定"

Similar presentations


Ads by Google