aboutsummarylogtreecommitdiffstats
path: root/sync_gateway.install
blob: a8116fa1be6419bb89032b0a27cd4db482011bbc (plain)
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
post_install() {
  echo ''
  echo ''
  echo '============================='
  echo '= Couchbase Sync Gateway CE ='
  echo '============================='
  echo ''
  echo 'This AUR package adheres to the Filesystem Hierarchy Standard, instead of the typical Couchbase Sync Gateway installation directories, so some things to note:'
  echo ''
  echo '==================='
  echo '# Systemd Service #'
  echo '==================='
  echo ''
  echo 'Start/enable using the sync_gateway systemd service'
  echo ''
  echo '=========='
  echo '# Config #'
  echo '=========='
  echo ''
  echo 'The configuration file is at /etc/sync_gateway.json'
  echo ''
  echo 'You must specify the Couchbase Server address and credentials in this config file for Sync Gateway to start.'
  echo ''
  echo 'Sync Gateway needs to be restarted for any configuration changes to take effect.'
  echo ''
  echo '========'
  echo '# Logs #'
  echo '========'
  echo ''
  echo 'Console logging can be found in journalctl, and per-level log files are written to `/var/log/sync_gateway` by default.'
  echo ''
  echo ''
}