diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index ae1150aa6..072f0bafc 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -82,6 +82,7 @@ Sprint planning * we select and prioritise the issues we will work on in the following two weeks Sprint retrospective + * bi-weekly on Monday 13:00 * via this [zoom link](https://zoom.us/j/7743582385) * all contributors welcome (most interesting for those who participated in the sprint) @@ -90,6 +91,7 @@ Sprint retrospective ## Philosophy We practise [collective code ownership](http://www.extremeprogramming.org/rules/collective.html) rather than strong code ownership, which means that: + * developers can make contributions to other people's PRs (after checking in with them) * we avoid blocking because someone else isn't working, so we sometimes take over PRs from other developers * everyone should always push their code to branches so others can see it @@ -104,6 +106,7 @@ As a volunteeer you have no commitment except your own self development and your ## Open-Source Bounties There are so many good reasons to contribute to Human Connection + * You learn state-of-the-art technologies * You build your portfolio * You contribute to a good cause diff --git a/SUMMARY.md b/SUMMARY.md index 53beae7ad..e599e2e8c 100644 --- a/SUMMARY.md +++ b/SUMMARY.md @@ -22,10 +22,10 @@ * [Digital Ocean](deployment/digital-ocean/README.md) * [Kubernetes Dashboard](deployment/digital-ocean/dashboard/README.md) * [HTTPS](deployment/digital-ocean/https/README.md) - * [Human Connection](deployment/human-connection/README.md) - * [Error Reporting](deployment/human-connection/error-reporting/README.md) - * [Mailserver](deployment/human-connection/mailserver/README.md) - * [Maintenance](deployment/human-connection/maintenance/README.md) + * [Human Connection](deployment/ocelot-social/README.md) + * [Error Reporting](deployment/ocelot-social/error-reporting/README.md) + * [Mailserver](deployment/ocelot-social/mailserver/README.md) + * [Maintenance](deployment/ocelot-social/maintenance/README.md) * [Volumes](deployment/volumes/README.md) * [Neo4J Offline-Backups](deployment/volumes/neo4j-offline-backup/README.md) * [Neo4J Online-Backups](deployment/volumes/neo4j-online-backup/README.md) diff --git a/deployment/README.md b/deployment/README.md index 09dcd5f00..b97c36f7d 100644 --- a/deployment/README.md +++ b/deployment/README.md @@ -7,4 +7,4 @@ and set up a kubernetes cluster. Since there are many different options to host We have tested two different kubernetes providers: [Minikube](./minikube/README.md) and [Digital Ocean](./digital-ocean/README.md). -Check out the specific documentation for your provider. After that, choose whether you want to go with the recommended deploy option [Helm](./helm/README.md), or use kubernetes to apply the configuration for [Human Connection](./human-connection/README.md). +Check out the specific documentation for your provider. After that, choose whether you want to go with the recommended deploy option [Helm](./helm/README.md), or use kubernetes to apply the configuration for [Human Connection](./ocelot-social/README.md). diff --git a/deployment/minikube/README.md b/deployment/minikube/README.md index 499fc8290..ef6811251 100644 --- a/deployment/minikube/README.md +++ b/deployment/minikube/README.md @@ -11,7 +11,7 @@ $ minikube dashboard This will give you an overview. Some of the steps below need some timing to make resources available to other dependent deployments. Keeping an eye on the dashboard is a great way to check that. -Follow the installation instruction for [Human Connection](../human-connection/README.md). +Follow the installation instruction for [Human Connection](../ocelot-social/README.md). If all the pods and services have settled and everything looks green in your minikube dashboard, expose the services you want on your host system. diff --git a/deployment/human-connection/README.md b/deployment/ocelot-social/README.md similarity index 98% rename from deployment/human-connection/README.md rename to deployment/ocelot-social/README.md index 8b30e98d6..843832219 100644 --- a/deployment/human-connection/README.md +++ b/deployment/ocelot-social/README.md @@ -9,7 +9,7 @@ just apply our provided configuration files to your cluster. Change into the `./deployment` directory and copy our provided templates: ```bash -# in folder deployment/human-connection/ +# in folder deployment/ocelot-social/ $ cp templates/secrets.template.yaml ./secrets.yaml $ cp templates/configmap.template.yaml ./configmap.yaml ``` diff --git a/deployment/human-connection/deployment-backend.yaml b/deployment/ocelot-social/deployment-backend.yaml similarity index 100% rename from deployment/human-connection/deployment-backend.yaml rename to deployment/ocelot-social/deployment-backend.yaml diff --git a/deployment/human-connection/deployment-neo4j.yaml b/deployment/ocelot-social/deployment-neo4j.yaml similarity index 100% rename from deployment/human-connection/deployment-neo4j.yaml rename to deployment/ocelot-social/deployment-neo4j.yaml diff --git a/deployment/human-connection/deployment-web.yaml b/deployment/ocelot-social/deployment-web.yaml similarity index 100% rename from deployment/human-connection/deployment-web.yaml rename to deployment/ocelot-social/deployment-web.yaml diff --git a/deployment/human-connection/error-reporting/README.md b/deployment/ocelot-social/error-reporting/README.md similarity index 100% rename from deployment/human-connection/error-reporting/README.md rename to deployment/ocelot-social/error-reporting/README.md diff --git a/deployment/human-connection/mailserver/README.md b/deployment/ocelot-social/mailserver/README.md similarity index 100% rename from deployment/human-connection/mailserver/README.md rename to deployment/ocelot-social/mailserver/README.md diff --git a/deployment/human-connection/mailserver/deployment-mailserver.yaml b/deployment/ocelot-social/mailserver/deployment-mailserver.yaml similarity index 100% rename from deployment/human-connection/mailserver/deployment-mailserver.yaml rename to deployment/ocelot-social/mailserver/deployment-mailserver.yaml diff --git a/deployment/human-connection/mailserver/service-mailserver.yaml b/deployment/ocelot-social/mailserver/service-mailserver.yaml similarity index 100% rename from deployment/human-connection/mailserver/service-mailserver.yaml rename to deployment/ocelot-social/mailserver/service-mailserver.yaml diff --git a/deployment/human-connection/maintenance/README.md b/deployment/ocelot-social/maintenance/README.md similarity index 100% rename from deployment/human-connection/maintenance/README.md rename to deployment/ocelot-social/maintenance/README.md diff --git a/deployment/human-connection/maintenance/deployment-maintenance.yaml b/deployment/ocelot-social/maintenance/deployment-maintenance.yaml similarity index 100% rename from deployment/human-connection/maintenance/deployment-maintenance.yaml rename to deployment/ocelot-social/maintenance/deployment-maintenance.yaml diff --git a/deployment/human-connection/maintenance/service-maintenance.yaml b/deployment/ocelot-social/maintenance/service-maintenance.yaml similarity index 100% rename from deployment/human-connection/maintenance/service-maintenance.yaml rename to deployment/ocelot-social/maintenance/service-maintenance.yaml diff --git a/deployment/human-connection/service-backend.yaml b/deployment/ocelot-social/service-backend.yaml similarity index 100% rename from deployment/human-connection/service-backend.yaml rename to deployment/ocelot-social/service-backend.yaml diff --git a/deployment/human-connection/service-neo4j.yaml b/deployment/ocelot-social/service-neo4j.yaml similarity index 100% rename from deployment/human-connection/service-neo4j.yaml rename to deployment/ocelot-social/service-neo4j.yaml diff --git a/deployment/human-connection/service-web.yaml b/deployment/ocelot-social/service-web.yaml similarity index 100% rename from deployment/human-connection/service-web.yaml rename to deployment/ocelot-social/service-web.yaml diff --git a/deployment/human-connection/templates/configmap.template.yaml b/deployment/ocelot-social/templates/configmap.template.yaml similarity index 100% rename from deployment/human-connection/templates/configmap.template.yaml rename to deployment/ocelot-social/templates/configmap.template.yaml diff --git a/deployment/human-connection/templates/secrets.template.yaml b/deployment/ocelot-social/templates/secrets.template.yaml similarity index 100% rename from deployment/human-connection/templates/secrets.template.yaml rename to deployment/ocelot-social/templates/secrets.template.yaml diff --git a/deployment/volumes/neo4j-offline-backup/README.md b/deployment/volumes/neo4j-offline-backup/README.md index 12e6029e9..d9c80dc0b 100644 --- a/deployment/volumes/neo4j-offline-backup/README.md +++ b/deployment/volumes/neo4j-offline-backup/README.md @@ -23,7 +23,7 @@ So, all we have to do is edit the kubernetes deployment of our Neo4J database and set a custom `command` every time we have to carry out tasks like backup, restore, seed etc. -First bring the application into [maintenance mode](https://github.com/Human-Connection/Human-Connection/blob/master/deployment/human-connection/maintenance/README.md) to ensure there are no +First bring the application into [maintenance mode](https://github.com/Human-Connection/Human-Connection/blob/master/deployment/ocelot-social/maintenance/README.md) to ensure there are no database connections left and nobody can access the application. Run the following: