alchemy-book
Collaborative text editor written in Elixir/Phoenix, running at alchemy.digitalfreepen.com
파일 탐색기
최종 버전 다운로드 (.zip)- config.exs
- dev.exs
- prod.exs
- test.exs
- endpoint.ex
- repo.ex
- alchemy_book.ex
- errors.po
- errors.pot
- 20170706161214_create_user.exs
- 20170711150505_create_document.exs
- 20170731161956_user.exs
- seeds.exs
- config.exs
- document_controller_test.exs
- page_controller_test.exs
- mocks.ts
- setup-browser-env.js
- test_char.ts
- test_crdt.ts
- test_decimal.ts
- test_editor_history.ts
- test_editor_sync.ts
- document_test.exs
- channel_case.ex
- conn_case.ex
- model_case.ex
- error_view_test.exs
- layout_view_test.exs
- page_view_test.exs
- test_helper.exs
- document_channel.ex
- presence.ex
- user_socket.ex
- auth.ex
- document_controller.ex
- page_controller.ex
- report_error_controller.ex
- session_controller.ex
- user_controller.ex
- document.ex
- document_registry.ex
- document_session.ex
- user.ex
- blackboard.jpg
- blackboard_highres.jpg
- phoenix.png
- wood_header.png
- favicon.ico
- robots.txt
- app.css
- zenburn.css
- glyphicons-halflings-regular.eot
- glyphicons-halflings-regular.svg
- glyphicons-halflings-regular.ttf
- glyphicons-halflings-regular.woff
- glyphicons-halflings-regular.woff2
- kingthings-trypewriter-2.ttf
- app.js
- char.ts
- collaborator.tsx
- crdt.ts
- crdt_linear.ts
- crdt_tree.ts
- decimal.ts
- editor.ts
- editor_socket.ts
- history.ts
- identifier.ts
- remote_cursor.ts
- utils.ts
- edit.html.eex
- form.html.eex
- index.html.eex
- new.html.eex
- show.html.eex
- 404.html.eex
- app.html.eex
- index.html.eex
- new.html.eex
- new.html.eex
- document_view.ex
- error_helpers.ex
- error_view.ex
- layout_view.ex
- page_view.ex
- session_view.ex
- user_view.ex
- gettext.ex
- router.ex
- web.ex
- .babelrc
- .gitignore
- alchemybook.gif
- LICENSE
- mix.exs
- mix.lock
- package.json
- README.md
- tsconfig.json
- tslint.json
- webpack.config.js
# 설치 가이드
1. 코드 내려받기
git clone https://github.com/rudi-c/alchemy-book
깃허브에서 프로젝트 코드 전체를 내 컴퓨터로 내려받습니다.
cd alchemy-book
방금 내려받은 프로젝트 폴더 안으로 이동합니다.
2. 공식 설치 스크립트
쉬움 추천사전 준비물
- Node.js npm 명령어를 쓰려면 Node.js가 설치되어 있어야 합니다.
npm install -g tslint typescript
npm 레지스트리에 배포된 패키지를 전역으로 설치합니다. 소스 클론이 필요 없습니다.
npm install -g ava
npm 레지스트리에 배포된 패키지를 전역으로 설치합니다. 소스 클론이 필요 없습니다.
설치 후 새 터미널을 열고, 프로그램의 버전 확인 명령(예: --version)으로 정상 설치됐는지 확인하세요.
이 레포의 README에 적힌 실제 명령어를 그대로 가져왔습니다.
3. Node.js
쉬움사전 준비물
npm install -g tslint typescript
npm 레지스트리에 배포된 패키지를 전역으로 설치합니다. 소스 클론이 필요 없습니다.
npm install -g ava
npm 레지스트리에 배포된 패키지를 전역으로 설치합니다. 소스 클론이 필요 없습니다.
명령어 실행 후 터미널에 나타나는 주소(보통 http://localhost:3000 형태)를 브라우저에서 열어보세요.
이 레포의 README에 적힌 실제 명령어를 그대로 가져왔습니다.
// repository documentation
Was this content helpful?
(0 ratings)
