- OFBiz 개요
- 주요 기능
- 확장된 오픈소스
- OFBiz 설치
- 사전 준비 사항
- OFBiz 설치
- OFBiz 설치 /w SVN
- 환경 설정
- Port 설정
- 참고 문헌
- 지원 업체
Open Source ERP, Open Source CRM, Open Source E-Business/E-Commerce, Open Source SCM, Open Source MRP, Open Source CMMS/EAM 등을 포함하는 전사 자동화 소프트웨어 프로젝트인 Apache OFBiz(Open For Business)를 정리 합니다.
홈페이지 : http://ofbiz.apache.org/, http://sourceforge.net/projects/ofbiz/, http://www.ofbiz.org/
다운로드 : http://ofbiz.apache.org/download.html, SVN : http://svn.apache.org/repos/asf/ofbiz
라이선스 : Apache 2.0
플랫폼 : Java
OFBiz 개요
주요 기능
advanced e-commerce
catalog management
promotion & pricing management
order management (sales & purchase)
customer management (part of general party management)
warehouse management
fulfillment (auto stock moves, batched pick, pack & ship)
accounting (invoice, payment & billing accounts, fixed assets)
manufacturing management
general work effort management (events, tasks, projects, requests, etc)
content management (for product content, web sites, general content, blogging, forums, etc)
a maturing Point Of Sales (POS) module using a rich client interface
확장된 오픈소스
OFBiz 설치
OFBiz 10.04를 설치 합니다.
사전 준비 사항
[Java SE Development Kit 6](JDK 6.0.md) 설치: Java 컴파일 및 실행 도구
Apache ANT 1.5 이상
OFBiz 설치
OFBiz release archive 사이트에서 ofbiz-rel10.04-current.zip를 다운로드 받아 d:/ofbiz/ 폴더에 저장 한다.
OFBIZ_HOME=d:/ofbiz/
OFBIZ를 실행한다.
$OFBIZ_HOME/startofbiz.sh
ecommerce application : http://127.0.0.1:8080/ecommerce/control/main
WebTools application : https://127.0.0.1:8443/webtools/control/main, admin / ofbiz
Catalog Manager application : https://127.0.0.1:8443/catalog/control/main
OFBiz 설치 /w SVN
OFBiz Subversion 사이트에서 소스를 다운로드 하여 d:/ofbix/ 에 저장 한다.
OFBIZ_HOME=d:/ofbiz/
OFBiz를 컴파일, 데이터 로딩 등을 한다.
cd d:/ofbiz/
./ant
./ant run-install-seed 또는 ./ant run-install
./ant run
환경 설정
Port 설정
8080 (HTTP), 8443 (HTTPS)
framework/base/config/ofbizcontainers.xml
framework/webapp/config/url.properties
8009 (AJP), 9990 (telnet), 9991 (second telnet)
framework/base/config/ofbizcontainers.xml
1099 (JNDI/RMI)
framework/base/config/rmicontainers.xml
10523 (admin)
startofbiz.sh, startofbiz.bat, startofbizNoLog.bat
stopofbiz.sh
389 (LDAP)
framework/base/config/jndiLdap.properties
참고 문헌
기업시장에서 사용할수 있는 오픈소스, 2009.10
[[Category:오픈소스|Category:오픈소스]]
[[Category:CRM|Category:CRM]]
[[Category:ERP|Category:ERP]]
분류: WebSite
지원 업체
{{지원업체}}