Skip to content
This repository has been archived by the owner on Dec 21, 2020. It is now read-only.

possible to store apps not in ~/apps ? #5

Open
kerphi opened this issue Mar 2, 2016 · 3 comments
Open

possible to store apps not in ~/apps ? #5

kerphi opened this issue Mar 2, 2016 · 3 comments

Comments

@kerphi
Copy link
Contributor

kerphi commented Mar 2, 2016

I'd like to test ezmaster in ~/tmp/ezm/
And have for example:

~/tmp/ezm/instances/ 
~/tmp/ezm/apps/ezvis-6.2.0/ 
~/tmp/ezm/apps/...

I tried this:

cd ~/tmp/ezm
ezmaster ./instances

But it seams to not detect my ~/tmp/ezm/apps folder.

If i mv ~/tmp/ezm/apps ~/ then ezmaster is able to detect my apps

@parmentf
Copy link
Contributor

parmentf commented Mar 3, 2016

As far as I remember, that was the convention we set.

See routes/index.js.

@parmentf
Copy link
Contributor

parmentf commented Mar 3, 2016

Maybe we could add an apps_path configuration, like instances_path?

@kerphi
Copy link
Contributor Author

kerphi commented Mar 3, 2016

It would be great

On Thu, Mar 3, 2016 at 9:51 AM, François Parmentier <
[email protected]> wrote:

Maybe we could add an app_path configuration, like instances_path

this.instances_path = path.resolve(process.env.HOME || process.cwd(), "instances");

?


Reply to this email directly or view it on GitHub
#5 (comment)
.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants