Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

hyperlink 정정 요청 #9

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions install.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,27 +2,27 @@

## 준비
- Java
- http://www.oracle.com/technetwork/java/javase/downloads/index.html에 방문하여 Oracle JDK 1.8.0 이상을 설치합니다.
- http://www.oracle.com/technetwork/java/javase/downloads/index.html 에 방문하여 Oracle JDK 1.8.0 이상을 설치합니다.

- Tomcat
- http://tomcat.apache.org 에 방문하여 Tomcat 7.0 버전 이상을 설치합니다.

- Eclipse
- IDE로 Eclipse를 사용할 경우, http://www.eclipse.org에 방문하여 Luna 이상의 버전(최신버전 권장)을 설치합니다.
- IDE로 Eclipse를 사용할 경우, http://www.eclipse.org 에 방문하여 Luna 이상의 버전(최신버전 권장)을 설치합니다.

- STS(Spring Tool Suite)
- IDE로 STS를 사용할 경우 https://spring.io/tools에 방문하여 3.7.0 이상 (최신버전 권장)을 설치합니다.
- IDE로 STS를 사용할 경우 https://spring.io/tools 에 방문하여 3.7.0 이상 (최신버전 권장)을 설치합니다.

- IntelliJ
- IDE로 IntelliJ를 사용할 경우 12버전 이상의 Ultimate 버전 (최신버전 권장)을 설치합니다.

- Lombok
- Eclipse를 사용할 경우 https://projectlombok.org에 방문하여 lombok.jar를 통해 Eclipse에 Lombok 플러그인을 설치합니다.
- Eclipse를 사용할 경우 https://projectlombok.org 에 방문하여 lombok.jar를 통해 Eclipse에 Lombok 플러그인을 설치합니다.
- IntelliJ를 사용할 경우 Lombok Plugin을 설치합니다.
![Screen Shot 2016-09-18 at 8.16.36 PM.png](https://raw.githubusercontent.com/axboot/ax-boot-document/master/assets/4C931C12EF473748B9764E3C577F1ADA.png)

- Git
- https://git-scm.com에 방문하여 Git을 설치합니다.
- https://git-scm.com 에 방문하여 Git을 설치합니다.

- Node
- https://nodejs.org 방문하여 nodejs를 설치합니다.
Expand Down Expand Up @@ -97,4 +97,4 @@
1. AXBoot를 최초 실행시 다음과 같은 스키마 초기화 화면으로 이동하게 됩니다.
![Screen Shot 2016-09-21 at 10.09.21 PM.png](https://raw.githubusercontent.com/axboot/ax-boot-document/master/assets/CC4C7EE0410A46CFA851A3747DCC8CD1.png)
2. 스키마 및 초기 데이터 생성하기 버튼을 클릭하면, 해당 데이터베이스에 맞는 DDL이 생성되고, 로그인 및 초기 메뉴 구성을 위한 데이터 구성 됩니다.
3. 추후 스키마나 데이터를 초기화 하고싶을 경우에는 http://{host}:{port}/setup 으로 접속할 수 있습니다.
3. 추후 스키마나 데이터를 초기화 하고싶을 경우에는 http://{host}:{port}/setup 으로 접속할 수 있습니다.