Skip to content

0.1.0-alpha

Pre-release
Pre-release
Compare
Choose a tag to compare
@YJSoft YJSoft released this 02 May 07:12
· 23 commits to mysql since this release
ce57b00

0.1.0-alpha

openRoot의 0.1.0-alpha 버전을 공개합니다. 이 버전은 기초적인 위키 기능만을 지원합니다.

지원 기능

  • 위키 문서 보기
  • 위키 문서 편집
  • 위키 문서 역사 보기
  • 위키 문서 특정 리비전 보기
  • 위키 문서 검색
  • 모든 위키 문서 목록 보기
  • 위키 문서 raw 보기

설치 방법

  1. 우선 wiki.default.json 파일을 wiki.json으로 바꿉니다. 그리고 dbhost등 db 관련 설정을 변경해줍니다.
  2. opennamu.sql을 들여오기합니다.
  3. ㅜnpm run-script start로 시작하거나, npm run-script debug으로 디버그 모드로 시작할 수 있습니다.

라이센스

별도로 명시되지 않은 경우 MIT 라이센스로 배포되고 있습니다.

Copyright (c) 2016 Jeon-Sung

Permission is hereby granted, free of charge, to any person
obtaining a copy of this software and associated documentation
files (the "Software"), to deal in the Software without
restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the
Software is furnished to do so, subject to the following
conditions:

The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
OTHER DEALINGS IN THE SOFTWARE.