Skip to content

Latest commit

 

History

History
executable file
·
37 lines (33 loc) · 871 Bytes

README.md

File metadata and controls

executable file
·
37 lines (33 loc) · 871 Bytes

vista Set UP

step1.git clone

git clone https://github.com/tribalmedia/vista.git $GOPATH/src/github.com/tribalmedia/vista

step2.Change Directory

cd $GOPATH/src/github.com/tribalmedia/vista

step3.build

docker-compose build

step4.Create Container And Run

docker-compose up

step5.Connect to Local Development Environment

http://127.0.0.1:8080

MySQLWorkbench Set UP

step1.Please install MySQLWorkbench from here

https://www.mysql.com/products/workbench/

step2.add MySQL Connections

mysql_workbench_vista

※password is "vista"

step3. press a "Test Connection"button

Work is completed when this message appears

Successfully made the MySQL connection