forked from GNUWorldChannel/GNUWorld2021
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
27 lines (21 loc) · 1.32 KB
/
README
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
27
------------------------------------------------------
SINCE UNDERNET HAS TAKEOVER STATUS, this repository will not be updated anymore.
cservice-web now is running PHP 7.4 - Please read guide #4
------------------------------------------------------
# GNUWorld2021 - REMEMBER TO FOLLOW #3 pre-requisites (Gnuworld) on https://github.com/GNUWorldChannel/Installation-guide
This gnuworld version is the official one with a preconfiguration to make it simple.
gnuworld@ircd:$ wget https://github.com/GNUWorldChannel/GNUWorld2021/raw/master/gnuworld_2021.tar.gz
gnuworld@ircd:$ tar -xvf gnuworld_2021.tar.gz
gnuworld@ircd:$ cd gnuworld
gnuworld@ircd:/gnuworld$ chmod +x configure
gnuworld@ircd:/gnuworld$ ./configure --enable-modules=ccontrol,cservice,openchanfix --with-pgsql-home=/usr/local/pgsql --with-extra-includes=/usr/include/postgresql/
gnuworld@ircd:/gnuworld$ make
gnuworld@ircd:~/gnuworld$ make install
NOTE: NOW we going to create SQL and import .sql files inside the database!
NOTE: In this step we still in the dir: /home/gnuworld/gnuworld NOW going to enter in the same dir in DOC directory.
gnuworld@ircd:/gnuworld$ cd doc/
gnuworld@ircd:/gnuworld/doc$ <now we are here.
gnuworld@ircd:/gnuworld/doc$ chmod +x do-db.sh
gnuworld@ircd:/gnuworld/doc$ ./do-db.sh
gnuworld@ircd:/gnuworld/doc$ cd ..
gnuworld@ircd:/gnuworld$/