You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While trying to set up marmoset in a test VM, I encountered the following section in the README.md:
"The configuration file has to be placed in the app's root directory as marmoset.conf. It is necessary to define a PXELabel section. The first entry in this section will be the default label."
This is pretty unorthodox an I believe it should be changed before a stable version is released. If I install marmoset using setuptools, it will search for the configuration file in /usr/lib/python$VERSION/sites-packages/marmoset.conf. This is usually not a location in which configuration files should be placed.
If I may offer some suggestions, I would place the configuration file in /etc by default (either directly or in a sub-directory dedicated to marmoset) OR make it possible to define the configuration file as a command line parameter. The latter one would be much more flexible of course.
The text was updated successfully, but these errors were encountered:
Our current suggested installation method is to clone the gitrepo to /srv and not the installation with setuptools/pip. However this is planed for the future, including the move of the config file to /etc.
While trying to set up marmoset in a test VM, I encountered the following section in the README.md:
"The configuration file has to be placed in the app's root directory as marmoset.conf. It is necessary to define a PXELabel section. The first entry in this section will be the default label."
This is pretty unorthodox an I believe it should be changed before a stable version is released. If I install marmoset using setuptools, it will search for the configuration file in /usr/lib/python$VERSION/sites-packages/marmoset.conf. This is usually not a location in which configuration files should be placed.
If I may offer some suggestions, I would place the configuration file in /etc by default (either directly or in a sub-directory dedicated to marmoset) OR make it possible to define the configuration file as a command line parameter. The latter one would be much more flexible of course.
The text was updated successfully, but these errors were encountered: