Skip to content

Commit

Permalink
drop isntructions
Browse files Browse the repository at this point in the history
  • Loading branch information
pmacius committed Nov 14, 2024
1 parent 673575d commit 52ccbf8
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions docs/deployment-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -1227,22 +1227,6 @@ fatal: [transformers_1]: FAILED! => {"msg": "An unhandled exception occurred whi
Error was a <class 'ansible.errors.AnsibleError'>, original message: An unhandled exception occurred while running the lookup plugin 'url'. Error was a <class 'ansible.errors.AnsibleError'>, original message: Received HTTP error for https://artifacts.alfresco.com/nexus/service/local/repositories/enterprise-releases/content/org/alfresco/alfresco-content-services-distribution/7.0.0/alfresco-content-services-distribution-7.0.0.zip.sha1 : HTTP Error 401: Unauthorized"}
```
You can run the command shown below in the same terminal you're using to run the playbook to quickly test downloading a protected resource from Nexus.
```bash
wget -qO /dev/null --user=${NEXUS_USERNAME} --password=${NEXUS_PASSWORD} https://artifacts.alfresco.com/nexus/content/groups/private/org/alfresco/alfresco-content-services-distribution/7.3.0/alfresco-content-services-distribution-7.3.0.pom
```
If everything is configured correctly you should see the following at the end of the output:
```bash
Saving to: ‘alfresco-content-services-distribution-7.3.0.pom’
alfresco-content-services-distribution-7.3.0.pom 100%[=============================================>] 8.53K --.-KB/s in 0.003s
2021-02-18 13:50:44 (2.54 MB/s) - ‘alfresco-content-services-distribution-7.3.0.pom’ saved [8739/8739]
```
### Nginx Failure
If the playbook fails not being able to start Nginx, make sure both ADW and Nginx point to the same host in the inventory file. Otherwise you'll encounter the error below:
Expand Down

0 comments on commit 52ccbf8

Please sign in to comment.