일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 | 31 |
Tags
- jsp
- springboot
- JVM
- Spring
- ReactJS
- Git
- redis
- laravel
- IntelliJ
- tool
- Spring Boot
- Gradle
- jenkins
- db
- java
- Spring Batch
- javascript
- devops
- Web Server
- MySQL
- 맛집
- AWS
- it
- Oracle
- ubuntu
- linux
- 요리
- elasticsearch
- Design Patterns
- php
Archives
- Today
- Total
아무거나
Tadpole 설치 본문
반응형
Tadpole 이란 DB 관리툴이다. 또한 Web 기반이므로 중앙서버에 설치하면 별도 설치없이 누구나 사용이 가능하다. 더욱 좋은건 오픈소스이다.
설치(Ubuntu)
github: https://github.com/hangum/TadpoleForDBTools
-
tomcat 설치
$ sudo apt-get install tomcat8
-
https://sourceforge.net/projects/tadpoledbhub/files/ 에서 .war 파일 다운
- https://svwh.dl.sourceforge.net/project/tadpoledbhub/2.0.x/2.0.1/ROOT.war
-
다운 받은 파일을 아래 경로로 이동
cd /var/lib/tomcat8/webapps/ROOT.war
-
톰캣 실행 후 http://아이피:8081/tadpole/db?startup=tadpole 로 접속하고 설정하면 완료
반응형
'IT > 개발관련툴' 카테고리의 다른 글
[MaxGauge] 쿼리 추출 방법 (0) | 2020.05.26 |
---|---|
[intellij] serialVersionUID 추가 방법 (0) | 2020.05.20 |
[IntelliJ] 프로젝트 클린 (0) | 2019.12.26 |
[IntelliJ] IDEA에서 Gradle 변경 반영하기 (0) | 2019.12.26 |
[intellij]Could not autowired, No beans of ~ 에러 (2) | 2019.12.26 |
Comments