Skip to content

sunway-official/acm-admin

Repository files navigation

CEM-ADMIN

Admin Page for CEM

Instruction

  • git clone https://github.com/sunway-team/cem-admin.git
  • cd cem-admin
  • cp .env.development.example .env
  • npm i to install dependencies
  • npm start to start the project

Deployment

  • git clone https://github.com/sunway-team/cem-admin.git
  • cd cem-admin
  • cp .env.production.example .env
  • npm i to install dependencies
  • npm run build to build project
  • Open Gcloud Console
  • Open Bucket
  • Remove all files inside the Bucket
  • Upload app.yaml, build/ and package.json files to the Bucket
  • Open Gcloud Console Shell
  • rm -rf acm-dtu && mkdir acm-dtu && gsutil rsync -r gs://acm-dtu ./acm-dtu
  • cd acm-dtu
  • gcloud app deploy to start deploying project
  • Open this address in the browser

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published