upterm
21세기를 위한 터미널 에뮬레이터입니다.
파일 탐색기
최종 버전 다운로드 (.zip)- 16x16.png
- 256x256.png
- 32x32.png
- 48x48.png
- 64x64.png
- icon.icns
- icon.ico
- icon.png
- activity_search_box.png
- debug_renderer_process.png
- dot-vscode-folder.png
- install_chrome_debug_ext.png
- launch_task_prestart.png
- vscodedebugging.md
- prompt-decoration.svg
- prompt-history-mode-decoration.svg
- autocompletion.gif
- cd.png
- emacs.png
- error.png
- htop.png
- json_prettyfier.png
- main.png
- npm_autocompletion.png
- top_autocompletion.png
- vim.png
- Main.ts
- Loader.ts
- PromptTheme.ts
- ShellHistoryLanguage.ts
- ShellLanguage.ts
- Brew.ts
- Cat.ts
- Cd.ts
- Cp.ts
- Df.ts
- Executable.ts
- Find.ts
- Git.ts
- Grep.ts
- History.ts
- Ln.ts
- Locate.ts
- Ls.ts
- Mkdir.ts
- Mv.ts
- NPM.ts
- Ps.ts
- Pwd.ts
- Rails.ts
- Rake.ts
- Rm.ts
- Scp.ts
- Shutdown.ts
- Tail.ts
- Top.ts
- Vagrant.ts
- Button.tsx
- Combine.ts
- Common.ts
- Descriptions.ts
- AliasSuggestions.ts
- DotEnvLoader.ts
- GitGrep.tsx
- JobFinishedNotifications.ts
- JSON.tsx
- NVM.ts
- PWDOperatingSystemIntegrator.ts
- RVM.ts
- SaveHistory.ts
- SaveWindowBounds.ts
- Show.tsx
- UpdateLastPresentWorkingDirectory.ts
- FontService.ts
- GitService.ts
- HistoryService.ts
- index.ts
- JobsService.ts
- SessionsService.ts
- UpdatesService.ts
- WindowService.ts
- Aliases.ts
- BuiltInCommands.ts
- CommandExecutor.ts
- Environment.ts
- Job.ts
- Parser.ts
- Prompt.ts
- Scanner.ts
- Session.ts
- Common.ts
- Git.ts
- HistoryTrie.ts
- JSONTree.tsx
- Link.tsx
- ManPageParsingUtils.ts
- ManPages.ts
- OrderedSet.ts
- Process.ts
- Shell.ts
- colors.ts
- FontAwesome.ts
- functions.ts
- styles.ts
- Keybindings.ts
- Menu.ts
- MouseEvents.ts
- ApplicationComponent.tsx
- index.html
- JobComponent.tsx
- JobHeaderComponent.tsx
- Main.tsx
- OutputComponent.tsx
- PrettifyToggleComponent.tsx
- PromptComponent.tsx
- SearchComponent.tsx
- SessionComponent.tsx
- TabComponent.tsx
- TabHeaderComponent.tsx
- ViewUtils.ts
- Autocompletion.ts
- Char.ts
- Decorators.ts
- EmitterWithUniqueID.ts
- Enums.ts
- Interfaces.ts
- Output.ts
- PluginManager.ts
- PTY.ts
- references.d.ts
- scanner_spec.ts
- file with brackets()
- 1-1
- 1-2
- 1-3
- 1-4
- 1-5
- 1-6
- 2-1
- 2-10
- 2-11
- 2-12
- 2-13
- 2-14
- 2-15
- 2-2
- 2-3
- 2-4
- 2-5
- 2-6
- 2-7
- 2-8
- 2-9
- common_spec.ts
- history_trie_spec.ts
- ManPages_spec.ts
- ordered_set_spec.ts
- e2e.ts
- environment_spec.ts
- output_spec.ts
- pty_spec.ts
- references.d.ts
- child-process-promise.d.ts
- dirStat.d.ts
- Interfaces.d.ts
- mode-to-permissions.d.ts
- Overrides.d.ts
- uuid.d.ts
- .dockerignore
- .gitignore
- .node-version
- .npmrc
- .nvmrc
- .travis.yml
- CONTRIBUTING.md
- Dockerfile
- LICENSE
- package-lock.json
- package.json
- README.md
- tsconfig.json
- tslint.json
# 설치 가이드
1. 코드 내려받기
git clone https://github.com/railsware/upterm
깃허브에서 프로젝트 코드 전체를 내 컴퓨터로 내려받습니다.
cd upterm
방금 내려받은 프로젝트 폴더 안으로 이동합니다.
2. Docker
쉬움 추천사전 준비물
- Git GitHub에서 프로젝트 코드를 내려받으려면 필요합니다.
- Docker Desktop 컨테이너를 빌드하고 실행하려면 필요합니다. 설치 후 실행해서 백그라운드에 켜두세요.
docker build -t upterm .
Dockerfile을 기반으로 실행 가능한 이미지를 빌드합니다.
docker run -p 8080:80 upterm
빌드된 이미지를 실제 컨테이너로 실행합니다.
터미널에 docker compose ps 를 입력해 컨테이너들이 Up 상태인지 확인하세요. README에 포트 번호가 적혀있다면 브라우저에서 http://localhost:포트번호 로 접속해보세요.
// repository documentation
Was this content helpful?
(0 ratings)
