Skip to content

ravenq/gvf-admin

Repository files navigation

gvf-admin

Build Status

The admin for the GVF project.

dev

install dependences.

yarn

config server url in ./config/index.js

export default {
  BASE_API: 'http://localhost:8080/v1',
  UPLOAD_URL: '//upload-z0.qiniup.com/', // see https://developer.qiniu.com/kodo/manual/1671/region-endpoint
  UPLOAD_BASE_URL: 'http://7xjtu1.com1.z0.glb.clouddn.com/'
}

run.

yarn dev

run in node

yarn build
yarn start

run in pm2

yarn global add pm2

pm2 start yarn --name "gvf-amdin" -- run start

docker

build

docker build -t gvf-admin .

start a container.

docker run -d --name gvf-admin -p 9977:9977 gvf-admin

About

The admin for GVF project.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published