Mercurial Hosting > nabble
comparison doc/install.txt @ 41:f903ebdfa3b3
minor
author | Franklin Schmidt <fschmidt@gmail.com> |
---|---|
date | Sun, 31 Jan 2021 15:35:37 -0700 |
parents | f770c4076954 |
children | 4d90d48a19ec |
comparison
equal
deleted
inserted
replaced
40:f770c4076954 | 41:f903ebdfa3b3 |
---|---|
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.ws/nabble | 25 hg clone https://hg.luan.software/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 server domain | 29 replace me.nabble.com with server domain |
30 configure MailHome.getSmtpServer with your smtp provider | 30 configure MailHome.getSmtpServer with your smtp provider |