Setup Data Manager - stonezhong/DataManager GitHub Wiki

Indexes

  • [Step 1: checkout source code]
  • [Step 2: config mordor]
  • [Step 3: Setup target]

Step 1: checkout source code

Step 2: config mordor

Step 3: Setup target

Target is the machine you want to deploy data manager to. First, you need to install some OS packages.

Install OS packages
# run this on target machine
yum install tmux mysql-devel graphviz
Initialize mordor
mordor -a init-host -o mordortest

Step 4: Build Data Manager and deploy

Build Data Manager and deploy
pysassc explorer/templates/css/main.scss                explorer/static/css/main.css
npm run build-prod

mordor -a stage -p dm --stage test --update-venv T
mordor -a stage -p dmapps --stage test --update-venv T
⚠️ **GitHub.com Fallback** ⚠️