Skip to content

Install Guide

Minhyeok LEE edited this page Dec 14, 2023 · 5 revisions

클라우드 마이그레이션 통합 플랫폼 포털


클라우드 마이그레이션 통합 플랫폼 포털은 활용 편의성 제공을 위해 사용자에게 웹 기반의 GUI 환경을 제공한다. 사용자는 별도의 응용 개발 없이 GUI 환경의 클라우드 마이그레이션 통합 플랫폼 포털 기능을 활용할 수 있으며, 실행 중인 다수의 클라우드 마이그레이션 서비스 정보 등을 화면으로 제공받을 수 있다.


Environment

- OS: Ubuntu 20.04
- Build: Go 1.19
- Buffalo: v0.18.14

Buffalo Install

Official page

How to install

git clone https://github.com/cloud-barista/cm-butterfly

touch yarn.lock

npm install
yarm install

edit .env
  -> spider server address
  -> tumblebug server address

edit database.yml
  -> database address
  -> database user/pw

buffalo db migrate up 
  -> generation tables

buffalo dev

Test WEB

http://localhost:3000 

Table of contents

Clone this wiki locally