2012年9月7日 星期五

JFire.org(二)-除錯及安裝Eclipse

安裝完Eclipse後,還是有誤!!
 
 
六、為了除錯我以為是沒裝Eclipse的關係,馬上去下載來裝~
 
但在這之前,我又把Java JDK重新安裝了一次。



七、將下載下來的Eclipse解壓縮
指令:tar -zxvf eclipse-jee-qalileo-SR2-linux-gtk-x86_64_NL-SDK Subclipse.tar.gz

八、開啟這畫面之前,會有一個路徑,先使用預設




 
九、Ensure that your default installed JRE in Eclipse points to JDK 6.
 
To verify that, in Eclipse open Window > Preferences > Java > Installed JREs,
 
check if the Java 6 is selected as default.



十、After starting your SDK , please choose in the main menu:
 
File => New => Other... => NightLabs => Workspace








 
 









 安裝中,裝…超久的!!!
 
 
 
參考網址:
https://www.jfire.org/modules/phpwiki/index.php/Development%20Environment%20Setup

2012年9月6日 星期四

JFire.org(一)-安裝

 
一、 先下載檔案,然後安裝JFire.org
(Download file, and installed the JFire.org)
 
指令:java -jar jfire-max-server-jboss-installer_1.2.0_farnsworth.jar
 


二、選擇Typical按鈕
 
(Choos the Typical button)
 






 
三、輸入Mysql的帳密
 
( Input ID and password to mysql)






四、必須要輸入密碼
 
(Must enter the password)



 
五、安裝過程中發生錯誤,An error occured: Server finished unexpected
 
(Installed error)


2012年9月4日 星期二

CentOS6.2(七)-安裝MySQL

 
一、安裝myqsl
 
指令:yum install mysql mysql -server




安裝成功



二、啟動mysql
 
指令:service mysqld start 


 
 
三、使用root帳號登入測試

 
指令:mysql -u root
 
指令:show databases
 


參考資料網址:

安裝MYSQL
http://iammic.pixnet.net/blog/post/6159632-centos-5-mysql-%E5%AE%89%E8%A3%9D

2012年9月2日 星期日

JFire.org-安裝前準備

終於開始動工了,我從JFire.org先開始,因為它是用Java寫的~

想說,可能會比較好上手~~((自己想的!!))

測試系統:CentOS 6.2

ERP:JFire 1.2.0 Farnsworth (Latest Release)

所要安裝的程式:

1、Java 版本:6.0, 7.0

2、DataBase
      MySQL(strongly recommend MySQL for productive systems)
      or
      Derby(use for test purpose)
     
      流程:
      □、 MySQL must be installed before installing the JFire server.

      □、 In principle, all database servers that work with DataNucleus are fine, but must be

             configured.

      □、After having MySQL installed (currently "JFire1.2.0 Farnsworth" support 5.x) 


3、Apache Derby:

     是Apache軟體基金會所研發的開放源碼資料庫管理系統
     由於Derby是一個純Java程式,因此只需要操作系統支援Java虛擬機
     Derby便可執行。


參考網址:

一、Server Installation:https://www.jfire.org/modules/phpwiki/index.php/ServerInstallation

二、http://blog.xuite.net/ouapp404/Java/29117951-JFire+%E5%AE%89%E8%A3%9D+

三、http://zh.wikipedia.org/wiki/Apache_Derby