Skip to content
This repository has been archived by the owner on Nov 28, 2019. It is now read-only.

common python functionality between loaders and the backend

Notifications You must be signed in to change notification settings

ealgis/obsolete-ealgis-common

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Development

Add ./ealgis-common:/ealgis-common to your volumes for web in your ealgis docker-compose.yml file.

Run inside your ealgis_web_1 container:

pip uninstall --yes ealgis_common && pip install --editable /ealgis-common

https://stackoverflow.com/a/38997026

Setup an automatic rsync from the root of your Ealgis directory (assuming your ealgis-common repo is in the same parent folder):

alias run_rsync='rsync -va --delete ../ealgis-common/ ./ealgis-common'
run_rsync; fswatch -o ../ealgis-common | while read f; do run_rsync; done

About

common python functionality between loaders and the backend

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages