Skip to content

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

License

Notifications You must be signed in to change notification settings

vlead/feedback-portal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

License

Stars

Watchers

Forks

Packages

No packages published