[한국어] HIVE
HIVE, collaborative SW development platform.
(Currently, unversioned - work in progress)
HIVE, a brand new version of nFORGE, is a web-based collaborative platform for software development. HIVE offers many features to increase productivity and quality of your software: a bug tracker to manage bugs and issues, a wiki to share documents, a configuration management tool to control software version and so on.
java -version
Required minimum java version is 7(1.7)
curl -O http://downloads.typesafe.com/play/2.1.0/play-2.1.0.zip
or
wget http://downloads.typesafe.com/play/2.1.0/play-2.1.0.zip
unzip play-2.1.0.zip
cd play-2.1.0
git clone https://github.com/nforge/hive.git
You can also make your own hive directory in any other place. But in that case, you should add playframework home path to $PATH environment.
cd hive
../play
Required files will be download automatically. In the first time, it may take about 10 min or more.
run
It will downloaded addtional files and compile sources.
If you want to run hive in production mode, use start , not run.
http://127.0.0.1:9000
If you want to change port, check your permission to use 80 port
see http://www.playframework.com/documentation/2.1.1/Production
협업 개발 플랫폼 (현재 개발중이며 아직 공식 버전 넘버링이 안 된 상태입니다.)
HIVE (구 nFORGE)는 소프트웨어 개발에 필요한 기능들을 사용하기 편리하게 웹으로 묶은 협업 개발 플랫폼입니다. 버그나 이슈을 관리할 수 있는 버그 트래커, 각종 문서와 정보를 간편하게 공유할 수 있는 위키, 소스코드의 변경내역을 편리하게 관리할 수 있는 형상관리 툴, 일반적인 용도의 게시판, 그리고 최종 작업 결과물을 공유하기 위한 파일 릴리즈 기능 등을 포함하고 있습니다.
*개발중인 화면입니다*HIVE는 GNU GPL v2로 배포되는 오픈소스입니다. (MIT 라이센스로 변경될 예정입니다)
java -version
java 7(1.7) 이상이어야 합니다.
curl -O http://downloads.typesafe.com/play/2.1.0/play-2.1.0.zip
혹은
wget http://downloads.typesafe.com/play/2.1.0/play-2.1.0.zip
unzip play-2.1.0.zip
cd play-2.1.0
git clone https://github.com/nforge/hive.git
cd hive
../play
실행하면 필요한 파일들을 web에서 내려받습니다. 첫 실행시 네트워크 상황에 따라 10여분 가까이 소요될 수 있습니다.
run
추가로 필요한 파일들을 web에서 내려받은 다음 소스 파일들을 컴파일 후 개발 모드로 실행합니다. 운영 모드(production mode)로 실행하고자 할 경우에는 run 명령어 대신에 start 명령어로 실행합니다.
http://127.0.0.1:9000
80 포트 등으로 포트를 변경하고 싶을 경우에는 해당 포트가 사용가능한지 확인 한 다음 80 포트를 사용할 수 있는 계정으로 실행합니다. 관련해서는 http://www.playframework.com/documentation/2.1.1/Production 부분을 확인해 주세요.