-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Meteor Startup #88
Meteor Startup #88
Conversation
Adding clients will now be done though a modified GenisysInventory module which will interface with the mongodb instance to add clients.
Runs meteor server, initializes environment variables
If any changes are made to the meteor project this file will need to be rebuilt
This reverts commit f01ffff.
This file will need to be rebuilt if any changes are made to the meteor project
return | ||
print('MONGO_URL found.') | ||
|
||
if 'CONFIG_FILE' not in os.environ: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Where will CONFIG_FILE get set at? Is it expected that the user will set it before they run genisys server
? That could be redundant if the user has to do CONFIG_FILE=/path/to/genisys.yaml genisys server -f /path/to/genisys.yaml
We are officially targeting python3.10, but pkg_resources will be deprecated with 3.12 |
This PR will add the following: