Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
ipgallery
/
devops
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Registry
Issues
0
Merge Requests
0
Wiki
Settings
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
f5d28239
authored
Jul 09, 2019
by
Adi Amir
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
update knowledgebase
parent
678924cf
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
30 additions
and
0 deletions
common/docs/knowledgeBase/how-to-install-new-instance.txt
common/docs/knowledgeBase/how-to-install-new-instance.txt
0 → 100644
View file @
f5d28239
OBJECTIVE
=========
General notes about constructing a new MCX platform on a new instance in cloud.
NOTES
=====
1. you must login to docker before puliing new images from municipalitybank.com
>docker login municipalitybank.com:5050
user: amira
password: giptmgrr
2. do not copy an exisitng db from a working influxdb - it crashes the infulxdb.
you must create a new one.
to create a new databaqse in influxdb:
enter the influx command line the influxdb docker and create mcx_db database using
the 'influx' command line.
>docker exec -it <influx-container-id> bash
>influx
>CREATE DATABASE mcx_db
3. you need to go over all volume setting in all yml(s) and make sure
to copy all accociated files to the correct locations !!!
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment