By: Brendan McCollam user 06 Aug 2020 at 8:34 a.m. CDT

5 Responses
Brendan McCollam gravatar
Trying to follow [the documentation for a "Test Drive" installation](https://gluu.org/docs/gluu-server/4.2/installation-guide/test-drive) but the URL given for the release `https://github.com/GluuFederation/community-edition-containers/archive/4.2.0.zip` returns a 404. ```bash # wget https://github.com/GluuFederation/community-edition-containers/archive/4.2.0.zip --2020-08-06 13:32:56-- https://github.com/GluuFederation/community-edition-containers/archive/4.2.0.zip Resolving github.com (github.com)... 140.82.118.3 Connecting to github.com (github.com)|140.82.118.3|:443... connected. HTTP request sent, awaiting response... 302 Found Location: https://codeload.github.com/GluuFederation/community-edition-containers/zip/4.2.0 [following] --2020-08-06 13:32:57-- https://codeload.github.com/GluuFederation/community-edition-containers/zip/4.2.0 Resolving codeload.github.com (codeload.github.com)... 140.82.112.10 Connecting to codeload.github.com (codeload.github.com)|140.82.112.10|:443... connected. HTTP request sent, awaiting response... 404 Not Found 2020-08-06 13:32:57 ERROR 404: Not Found. ```

By Mohammad Abudayyeh staff 06 Aug 2020 at 8:55 a.m. CDT

Mohammad Abudayyeh gravatar
Thank you for reporting this to us. The docs have been updated. Mohammad

By Brendan McCollam user 06 Aug 2020 at 9:13 a.m. CDT

Brendan McCollam gravatar
Thank you for the quick response. Can you tell me what the correct URL is?

By Mohammad Abudayyeh staff 06 Aug 2020 at 9:14 a.m. CDT

Mohammad Abudayyeh gravatar
yes its in the docs now. Just refresh your browser. Its [here](https://gluu.org/docs/gluu-server/4.2/installation-guide/test-drive)

By Brendan McCollam user 06 Aug 2020 at 9:21 a.m. CDT

Brendan McCollam gravatar
Thanks! That's got me past the first step in the doc. Trying to follow the next step, the single-host example seems to be missing from the archive I downloaded: ```base # ls 4.2.zip community-edition-containers-4.2 snap root@gluu-test:~# cd community-edition-containers-4.2/examples/single-host -bash: cd: community-edition-containers-4.2/examples/single-host: No such file or directory ``` Do you know where I can get that example to run a single-node instance and try out Gluu?

By Mohammad Abudayyeh staff 06 Aug 2020 at 9:28 a.m. CDT

Mohammad Abudayyeh gravatar
yea. Actually ignore those completely and follow one of these docs: [docker](https://gluu.org/docs/gluu-server/4.2/installation-guide/install-docker/) which is what you are trying to install above. [kubernetes](https://gluu.org/docs/gluu-server/4.2/installation-guide/install-kubernetes) and use microk8s or minikube for testing it out. The test drive page should have been archived. Thanks Mohammad