User Tools

Site Tools


freebsd:seafile_with_apache_https

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
freebsd:seafile_with_apache_https [2019/02/22 11:49]
tschulz
freebsd:seafile_with_apache_https [2019/02/22 11:55] (current)
tschulz [Apache Setup]
Line 107: Line 107:
 </​file>​ </​file>​
  
 +===== Set Automatic Startup =====
 +  * We end where we started "/​etc/​rc.conf"​. ​ Add the following to enable startup of seafile,​seahub,​ and apache<​file bash /​etc/​rc.conf>​
 +...
 +LANG="​en_US.UTF-8"​
 +LC_ALL="​en_US.UTF-8"​
 +seafile_enable="​YES"​
 +seahub_enable="​YES"​
 +apache24_enable="​YES"​
 +...
 +</​file>​
 +  * Finally either restart or run the following to get everything running:<​file bash>
 +service seafile start
 +service seahub start
 +service apache24 start
 +</​file>​
  
  
freebsd/seafile_with_apache_https.txt · Last modified: 2019/02/22 11:55 by tschulz