Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am pbugni on github.
  • I am pbugni (https://keybase.io/pbugni) on keybase.
  • I have a public key ASButYRnmKT_-txvJ_eM-igAFjldcAKO1Cj98Jyh6BAviAo

To claim this, I am signing this object:

@pbugni
pbugni / skel-pheme.conf
Last active December 21, 2015 04:49
Skeleton config file for the PHEME project space
# Skeleton config file for the PHEME project space. Note that all
# sections defined below are not necessarily required - it depends
# on the set of pheme modules installed. Consult the documentation.
[general]
# log directory should exist and be writable by pheme application user(s)
log_dir=/var/log/pheme
in_production=false
sudo apt-get install build-essential libsqlite3-dev zlib1g-dev libncurses5-dev libgdbm-dev libbz2-dev libreadline5-dev libssl-dev libdb-dev
wget http://www.python.org/ftp/python/2.7.4/Python-2.7.4.tgz
tar -xzf Python-2.7.4.tgz
cd Python-2.7.4
./configure --prefix=/usr --enable-shared
make
sudo make install
cd ..