Skip to content

Latest commit

 

History

History
42 lines (37 loc) · 1.11 KB

README.org

File metadata and controls

42 lines (37 loc) · 1.11 KB

Feedback Portal

Pre-requisites to build the sources on Ubunut12.04

Install emacs v24.5

sudo apt-get install checkinstall
mkdir -p ~/src
cd ~/src
wget http://ftp.gnu.org/gnu/emacs/emacs-24.5.tar.gz
tar xf emacs-24.5.tar.gz
cd emacs-24.5
./configure
make
sudo checkinstall

Install org v8.3.6

mkdir -p ~/emacs/lisp
cd ~/emacs/lisp
wget http://orgmode.org/org-8.3.6.tar.gz
tar zxvf org-8.3.6.tar.gz
ln -s org-8.3.6 org-8.2.10

Setup developement environment for feedback app to run

  • Clone the repository
git clone https://github.com/vlead/feedback-portal.git
cd feedback-portal
make
  • Build the sources
cd feedback-portal
make