Skip to content

working on making fEMR auto deploy to new server machines

Notifications You must be signed in to change notification settings

kdunlap/femr-deployment-scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TODO

  • MySQL add user for Maxwell and fEMR (install.sql)
  • Add container for fEMR - pull down latest version and build
  • Setup fEMR to run and be able to visit via browser
    • run initial migrations
    • import existing database
    • control config in a secure centralized way
  • Make sure binlog file is writing reliably
  • Can we run maxwell after a trip as long as the binlog is enabled?
  • Write some test code to read the json output from Maxwell and insert into central DB
  • what are roadblocks that are missing?

Run sample Ubuntu Setup

build server docker build --no-cache -t femr ./femr-server/

run container - OSX docker run -it --rm -v "${PWD}":/home/femrapp -w /home/femrapp -u femrapp femr bash

About

working on making fEMR auto deploy to new server machines

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published