101
85
# Make sure the 3 domains given in Apache conf all lookup to your server.
102
86
# (By default these are localhost, public.localhost and svn.localhost).
103
87
# For testing purposes, this can be done by editing /etc/hosts, for example:
106
91
##########################################################################
107
92
# User management server: usrmgt-server
108
93
##########################################################################
117
95
sudo cp doc/setup/usrmgt-server.init /etc/init.d/usrmgt-server
118
96
sudo chown root:root /etc/init.d/usrmgt-server
120
103
sudo update-rc.d usrmgt-server defaults 99 # create symlinks in /etc/rc*.d
122
105
##########################################################################