Project

General

Profile

Support #816

Install Quassel Core on FreeBSD

Added by Daniel Curtis almost 8 years ago. Updated over 7 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Category:
-
Target version:
Start date:
05/29/2016
Due date:
% Done:

100%

Estimated time:
1.00 h
Spent time:

Description

This is a guide on how to setup a Quassel Core server on FreeBSD 10.

Prepare the Environment

  • Make sure the system is up to date:
    pkg update && pkg upgrade
    
  • Make sure the ports tree is up to date:
    portsnap fetch extract
    
  • Install a few dependencies:
    pkg install portmaster qt5-sql pkgconf pkg qmake qt5-buildtools qt5-core glib libiconv gettext-tools indexinfo gmake pcre icu qt5-sqldrivers-sqlite3 sqlite3 cmake libarchive liblz4 lzo2 expat cmake-modules jsoncpp scons m4 py27-setuptools27 python2 curl-7.51.0_1 ca_root_nss py27-sphinx py27-Jinja2 py27-babel py27-pytz py27-MarkupSafe py27-six py27-imagesize py27-alabaster py27-docutils py27-pygments py27-snowballstemmer py27-pystemmer py27-sphinx_rtd_theme qca-qt5 gnupg npth gnutls libtasn1 trousers autoconf autoconf-wrapper help2man p5-Locale-gettext automake automake-wrapper libtool libassuan libgpg-error libgcrypt libksba pinentry pinentry-tty qt5-script qt5-network libproxy
    

Install Quassel Core

  • Install quassel from ports:
    portmaster irc/quassel-core
    
    • NOTE: Make sure to unset [ ]MONO and [ ]CLIENT when configuring quassel.
  • Enable quassel at boot:
    echo 'quasselcore_enable="YES"' >> /etc/rc.conf
    
  • Generate an SSL certificate:
    service quasselcore keygen
    
  • Start quasselcore:
    service quasselcore start
    

NOTE: Quassel runs on port 4242, make sure the port is open on your firewall.

Resources

#1

Updated by Daniel Curtis almost 8 years ago

  • Description updated (diff)
  • Status changed from New to In Progress
  • % Done changed from 0 to 50
#2

Updated by Daniel Curtis almost 8 years ago

  • Description updated (diff)
  • Status changed from In Progress to Resolved
  • % Done changed from 50 to 100
#3

Updated by Daniel Curtis almost 8 years ago

  • Status changed from Resolved to Closed
#4

Updated by Daniel Curtis over 7 years ago

  • Description updated (diff)

Also available in: Atom PDF