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

makefile question #151

Open
mmattel opened this issue Feb 20, 2019 · 1 comment
Open

makefile question #151

mmattel opened this issue Feb 20, 2019 · 1 comment

Comments

@mmattel
Copy link

mmattel commented Feb 20, 2019

Maybe I missed something, but when cloning core and cloning user_management into apps/,
running make shows a help list that misses an install.
The impact is, that you can enable the app, but it does not show up.
When running eg make test-php-style, all the required dependencies are built up, the app shows up and is usable.
Imho, there should be a make install command that does this job.

@PVince81 @tomneedham @phil-davis

@phil-davis
Copy link
Contributor

Start with core master branch.
I just went to my apps-external folder and:

rm -Rf user_management/
git clone https://github.com/owncloud/user_management.git

Then:

php occ app:list

And user_management is listed as disabled.
And is listed on the webUI Settings, Admin, Apps, Show disabled apps.
I enabled it in the webUI. Then it shows enabled in the occ command, and it works in the webUI.

I don't think it needs any make action for it to be functional.

@mmattel give me some more clues about your environment.

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

No branches or pull requests

2 participants