Commit Graph

23 Commits

Author SHA1 Message Date
Fred 9936bfe125 Mise à jour de 'source/part-2-deployment/_main.adoc'
continuous-integration/drone/push Build is passing Details
2021-07-30 16:21:30 +02:00
Fred 831fb93783 Working on tests 2021-03-28 17:44:41 +02:00
Fred 739c7e7dc0 Redémarrage gracieux du process master de gunicorn
continuous-integration/drone/push Build is passing Details
`pc -C gunicorn` only lists the processes with `gunicorn` command, i.e., workers and master process. Workers are children of master as can be seen using `ps -C gunicorn fc -o ppid,pid,cmd`. We only need the pid of the master, therefore h flag is used to remove the first line which is PID text. Note that, f flag assures that master is printed above workers.

The correct procedure is to send `HUP` signal only to the master. In this way `gunicorn` is gracefully restarted, only the workers, not master, are recreated.
2020-12-28 12:46:42 +01:00
Fred 157776b35d Move files and folder for coherence
continuous-integration/drone/push Build is passing Details
continuous-integration/drone/tag Build is passing Details
2020-12-27 19:35:26 +01:00
Fred f08f54049a Fix some asciidoctor errors
continuous-integration/drone/push Build is failing Details
2020-12-27 19:28:11 +01:00
Fred 507501c555 A little reminder to fetch database backup
continuous-integration/drone/push Build is passing Details
2020-12-23 20:37:49 +01:00
Fred 30512fce2e Add a lot about Heroku
continuous-integration/drone/push Build is passing Details
But the deployment steps still need clarification.
For now, we just have a new app with database and backups.

Refs: #10
2020-12-21 21:26:39 +01:00
Fred 4655ab2a57 Add resources
continuous-integration/drone/push Build is passing Details
2020-12-19 17:37:55 +01:00
Fred Pauchet e110d9338d Still need to talk about Let's encrypt...
continuous-integration/drone/push Build is passing Details
2020-11-27 22:20:38 +01:00
Fred Pauchet 6236d5d52a Prepare battlefield for debian deployment
continuous-integration/drone/push Build is passing Details
2020-11-27 22:19:47 +01:00
Fred Pauchet 05166ccb87 Merge from master 2020-11-27 21:57:24 +01:00
Fred Pauchet cf1a7f2c1a Rework deployment
continuous-integration/drone/push Build is passing Details
2020-11-24 21:40:34 +01:00
fred 87438b6892 Ajouter 'source/part-2-deployment/docker.adoc' 2020-09-13 16:27:48 +02:00
fred 951ecf07e3 Mise à jour de 'source/part-2-deployment/infrastructure.adoc' 2020-08-15 19:32:20 +02:00
fred b88aa51034 Mise à jour de 'source/part-2-deployment/00-main.adoc' 2020-05-02 16:43:16 +02:00
fred ca8b440c40 Supprimer 'source/part-2-deployment/voir-aussi.md' 2020-05-02 10:33:45 +02:00
fred e8876dcb2c Ajouter 'source/part-2-deployment/voir-aussi.md' 2020-05-02 10:30:40 +02:00
Fred Pauchet 43ea71941a structure architecture and software flow 2020-04-14 21:49:49 +02:00
Fred f28c650446 finished reviewed of part 2 - deployment 2020-04-11 10:23:57 +02:00
Fred b422705c44 fetch texts for unit tests 2020-04-11 09:27:05 +02:00
Fred b8531ae8f1 reorganize files 2020-04-11 09:23:28 +02:00
fred 61ae47499c Mise à jour de 'source/part-2-deployment/centos+debian.adoc'
Ajout d'un paragraphe sur la rotation des logs
2020-04-10 07:31:44 +02:00
Fred 5ea82e0af6 reworks parts 2020-04-04 21:47:53 +02:00