Skip to content
This repository has been archived by the owner on Jun 12, 2024. It is now read-only.

Preconfigured official gnuworld with a simple install.

Notifications You must be signed in to change notification settings

GNUWorldChannel/GNUWorld2021

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 

Repository files navigation

------------------------------------------------------
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$/

About

Preconfigured official gnuworld with a simple install.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages