comparison doc/install.txt @ 61:fe217789a45f

new hg server
author Franklin Schmidt <fschmidt@gmail.com>
date Sat, 30 Sep 2023 20:11:05 -0600
parents 41d76bd6268a
children
comparison
equal deleted inserted replaced
60:36b0e32246d0 61:fe217789a45f
20 20
21 Create database: 21 Create database:
22 psql -h localhost -U postgres postgres -c 'create database nabble owner administrator;' 22 psql -h localhost -U postgres postgres -c 'create database nabble owner administrator;'
23 23
24 Clone nabble: 24 Clone nabble:
25 hg clone https://hg.luan.software/nabble 25 hg clone https://hg.reactionary.software/repo/nabble
26 26
27 Fix config 27 Fix config
28 vim nabble/conf/Init.luan 28 vim nabble/conf/Init.luan
29 replace me.nabble.com with your domain (example for ubuntu.nabble.com) 29 replace me.nabble.com with your domain (example for ubuntu.nabble.com)
30 configure MailHome.getSmtpServer with your smtp provider and pop3 with name/password for mailboxes 30 configure MailHome.getSmtpServer with your smtp provider and pop3 with name/password for mailboxes