Skip to content
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

installation instructions issues #45

Open
vshioshvili opened this issue Aug 28, 2020 · 0 comments
Open

installation instructions issues #45

vshioshvili opened this issue Aug 28, 2020 · 0 comments

Comments

@vshioshvili
Copy link

@ashaban @citizenrich at this point, this is not a big issue, but when you get a chance, please fix the instructions for building the facility-recon-gui dhis2 app. At the end of https://facility-recon.readthedocs.io/en/latest/dev/install.html it currently says:

cp -r facility-recon/facility-recon-gui/dist/* facility-reco/dhis2App/
cd facility-recon/dhis2App
rm GOFR.zip
zip GOFR.zip ./*

However, there are two issues. On line 1, it should be build instead of dist, and on line 4 it needs -r option for the zip command (should be zip -r GOFR.zip ./*), otherwise folders are zipped empty, and it causes the app not to load.

cc @lduncan-intrah

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

No branches or pull requests

1 participant