khushpreet-kaur / feedback-portal

This is the portal, where all kinds of feedback related to a lab or an experiment is filled in.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

This is the portal, where all kinds of feedback related to a lab or an experiment is filled in.


Languages

Language:Makefile 58.3%Language:Shell 41.7%