To check out this repository please hg clone the following URL, or open the URL using EasyMercurial or your preferred Mercurial client.

Statistics Download as Zip
| Branch: | Tag: | Revision:

root / deploy / provision.d / 190-reminders.sh @ 1604:2162f6ff8580

History | View | Annotate | Download (622 Bytes)

1
#!/bin/bash
2

    
3
set -e
4

    
5
# Print reminders of the things that we haven't covered in the deploy
6
# scripts
7

    
8
cat <<EOF
9

    
10
*** APACHE SSL CONFIGURATION
11

    
12
    The provisioning scripts set up a simple HTTP site only. Refer to
13
    deploy/config/code-ssl.conf.in for an example HTTPS configuration
14
    (you will of course need to provide the key/cert files).
15

    
16
*** EMAIL
17

    
18
    Outgoing email is required for notifications, but has not been
19
    configured as part of this provisioning setup.
20

    
21
*** STATIC FRONT PAGE
22

    
23
    We have set up only the code/repository site -- if you want a
24
    separate front page, remember to configure that!
25

    
26
EOF