Skip to content

The admin interface used to create, edit, update and delete data for Boma apps

License

Notifications You must be signed in to change notification settings

boma-project-mojo/boma-admin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BOMA-ADMIN

Build for Develpoment

Node Version

v12.14.1

> nvm install v20.9.0 > nvm use v20.9.0

Build Dependencies

> nvm use v20.9.0 > npm i

Run ember project

> ember s

Testing

ember test --silent --reporter dot

Deploy to Staging

  1. Populate .env.deploy.staging from .env.deploy.example
  2. Make sure you are working from a clean stage (WARNING ember-deploy will deploy unstaged changes)
  3. Get the short hash of the current deployed version ember deploy:list staging
  4. Check diff git diff {HASH}
  5. If you're happy deploy ember deploy staging --activate

Deploy to Production

  1. Populate .env.deploy.production from .env.deploy.example
  2. (WARNING ember-deploy will deploy unstaged changes)
  3. Get the short hash of the current deployed version ember deploy:list production
  4. Check diff git diff {HASH}
  5. If you're happy deploy ember deploy production --activate

About

The admin interface used to create, edit, update and delete data for Boma apps

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published