Skip to content

xiangyuzz/workflow_sync_reporting

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

workflow_sync_reporting

Installing this repo on a live MSA

Login to a live MSA as root and perform the following:

cd /opt/fmc_repository
git clone https://github.com/openmsa/workflow_sync_reporting.git
chown -R ncuser. workflow_sync_reporting/
cd Process/
ln -s ../workflow_sync_reporting/MSA_Sync_Report MSA_Sync_Report

Browse to the MSA GUI, open "Manage Repository".

The new entry "MSA_Sync_Report" should be available and browsable under Automation > Workflows.

python modules to install:

  • reportlab
  • smtplib
  • tabulate
  • elasticsearch

to install a python module run the docker CMD below

docker exec --user ncuser <API_CONTAINER_ID> python3 -m pip install <python_module> --target /opt/fmc_repository/Process/PythonReference/

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 100.0%