Skip to content

Setup Data Manager

Stone Zhong edited this page Dec 31, 2020 · 8 revisions

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

Clone this wiki locally