-
Notifications
You must be signed in to change notification settings - Fork 9
/
README.txt
60 lines (36 loc) · 1.13 KB
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
This is a set of utilities to deploy plone on debian
how-to install prod
===================
For production we don't want any compilation process. Steps are:
* presintall.sh
* configure-env.sh
* install-zope.sh
* validate-zope-configurations.sh
how-to update prod
==================
TODO
how-to install preprod
======================
Preproduction is the place to prepare the production. You need -dev packages
* preinstall.sh
* preinstall-dev.sh
* configure-env.sh
how-to update preprod
=====================
TODO
preinstall.sh
=============
preinstall is just a set of 'apt-get install' commands.
the -dev version install also the needed package to be able to use buildout
configure-env.sh
================
there are common task to achieve:
* create a zope user & /home/zope
* create a /var/www/zope folder
install-zope.sh
===============
wget the zope tarball in the zope folder and unzip it into a 'app' folder
validate-zope-configurations.sh
===============================
Once you are agree with the services provided by zope, you validate the configurations.
It means you duplicate deployed app in root user on the system