mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-31 17:39:05 +00:00
DEPLOY-276: Fix typo in README , removed requirements.lock, charts folder and added them to gitignore.
This commit is contained in:
5
.gitignore
vendored
5
.gitignore
vendored
@@ -32,3 +32,8 @@ target
|
||||
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
|
||||
|
||||
hs_err_pid*
|
||||
|
||||
# Kubernetes Helm
|
||||
|
||||
requirements.lock
|
||||
**/charts/*.tgz
|
||||
|
@@ -42,7 +42,7 @@ Build and start Alfresco Content Services Community using docker-compose or Kube
|
||||
|
||||
#### Steps
|
||||
1. Go to **helm** folder
|
||||
2. Run ```helm dependency update && helm install alfresco-content-services```
|
||||
2. Run ```helm dependency update alfresco-content-services && helm install alfresco-content-services```
|
||||
3. After deploying the helm chart you will get information for obtaining the URL for repository, share and solr.
|
||||
|
||||
#### Notes:
|
||||
|
Binary file not shown.
Binary file not shown.
@@ -1,9 +0,0 @@
|
||||
dependencies:
|
||||
- name: postgresql
|
||||
repository: https://kubernetes-charts.storage.googleapis.com/
|
||||
version: 0.8.5
|
||||
- name: nginx-ingress
|
||||
repository: https://kubernetes-charts.storage.googleapis.com
|
||||
version: 0.8.21
|
||||
digest: sha256:6eae9ef52c9b9be71a85a9223dcb35a5ff43d72044fd0ca47bd91f299f75052a
|
||||
generated: 2017-12-18T10:40:16.035017+02:00
|
Reference in New Issue
Block a user