comparison deploy/README @ 1605:18643ab36008 deploy

Fixes, doc updates
author Chris Cannam
date Thu, 24 Aug 2017 15:56:50 +0100
parents 07deb8466f65
children 7e2de1c811b3
comparison
equal deleted inserted replaced
1604:2162f6ff8580 1605:18643ab36008
14 Required: 14 Required:
15 15
16 * A database dump to load. This should be left in a file called 16 * A database dump to load. This should be left in a file called
17 postgres-dumpall in the soundsoftware-site root 17 postgres-dumpall in the soundsoftware-site root
18 18
19 * The database password and /sys API key for the target site. (The 19 * The database password and /sys API key for the target site. (This
20 API key can be changed in the admin UI - "grep API config/*.in" to 20 can be queried from the db: settings table, name "sys_api_key". You
21 see the files you'll need to update if you change it) 21 can change it in the admin UI; grep API config/*.in to see the
22 files you'll need to update if you change it)
22 23
23 * The (copyrighted) web font files used in our deployment. Leave 24 * The (copyrighted) web font files used in our deployment. Leave
24 these in /public/themes/soundsoftware/stylesheets/fonts/ 25 these in /public/themes/soundsoftware/stylesheets/fonts/
25 26
26 Optional (or required for proper deployments): 27 Optional (or required for proper deployments):