aboutsummaryrefslogtreecommitdiffstats
path: root/src/scripts/help.txt.in
blob: 89930526bcdb2133e67466077eb01c585306a5b6 (about) (plain) (blame)
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
Thanks for installing InspIRCd!

In order to get your server running you need to create config files. Examples
can be found at `@ABSOLUTE_EXAMPLE_DIR@`.

If you need any help with this then you can visit our support channel at
ircs://irc.teranova.net/inspircd, open a support discussion at
https://git.io/JIuYv, or refer to the the docs site:

	https://docs.inspircd.org/@VERSION_MAJOR@/configuration
	https://docs.inspircd.org/@VERSION_MAJOR@/modules

When you are done you can run the following command to start InspIRCd:

#cmakeifdef UNIX
	@ABSOLUTE_BINARY_DIR@/inspircd

# cmakeifndef DISABLE_OWNERSHIP
If you have installed from an official package you may need to prefix this
command with `sudo -g @GROUP_NAME@ -u @USER_NAME@` to run as the correct group/user.

You can also use one of the helper scripts in `@ABSOLUTE_SCRIPT_DIR@`.
# cmakeendif
#cmakeelse
	sc start "InspIRCd-@VERSION_MAJOR@"
#cmakeendif