Skip to content
Snippets Groups Projects
Commit b69ea5f9 authored by Emmanuel Salomon's avatar Emmanuel Salomon :fist:
Browse files

Added discourse and gitlab API

parent 5ab85706
No related branches found
No related tags found
No related merge requests found
...@@ -33,7 +33,7 @@ For detailed explanation on how things work, check out [Nuxt.js docs](https://nu ...@@ -33,7 +33,7 @@ For detailed explanation on how things work, check out [Nuxt.js docs](https://nu
# Administration : le back office # Administration : le back office
Vous pouvez accéder à l'administration ici : https://monnaie-libre.fr/admin/ Vous pouvez accéder à l'administration ici : https://monnaie-libre.fr/admin/
Le back office est conçu avec [netlify cms](https://www.netlifycms.org/) qui est lui même couplé à ce dépôt. Tout changement effectué en back office créera une demande de fusion dans ce dépôt. Le back office est conçu avec [netlify cms](https://www.netlifycms.org/) qui est lui même couplé à ce dépôt gitlab. Tout changement effectué en back office créera une demande de fusion dans ce dépôt.
Vous devez avoir un compte sur ce gitlab (git.duniter.org) pour pouvoir accéder au back office. Vous devez avoir un compte sur ce gitlab (git.duniter.org) pour pouvoir accéder au back office.
## Lancer le back office (netlify) ## Lancer le back office (netlify)
...@@ -120,6 +120,20 @@ Go to http://localhost/ ! ...@@ -120,6 +120,20 @@ Go to http://localhost/ !
You can change the port. In the command above, replace `80:80` by `4000:80` and go to http://localhost:4000/ You can change the port. In the command above, replace `80:80` by `4000:80` and go to http://localhost:4000/
# CI Gitlab # Gitlab
## Graphql
Graphql Endpoint : https://git.duniter.org/api/graphql
Graphql Explorer : https://git.duniter.org/-/graphql-explorer
## About CI
https://blog.logrocket.com/how-to-auto-deploy-a-vue-application-using-gitlab-ci-cd-on-ubuntu/ https://blog.logrocket.com/how-to-auto-deploy-a-vue-application-using-gitlab-ci-cd-on-ubuntu/
# Discourse
## API Docs
https://docs.discourse.org/
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment