Skip to content
/ ebi Public

Erlang biosensor simulation coordinator. This repository contains files needed to produce a release. The actual implementation is in the modules ebi_core and ebi_mc2.

Notifications You must be signed in to change notification settings

kape1395/ebi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

% ebi % Karolis Petrauskas k.petrauskas@gmail.com % 2013-05-04

Introduction

This package generates EBI release.

Building and running

Build dependencies:

sudo apt-get install esl-erlang
sudo apt-get install gcc g++ libpam0g-dev
# build rebar, make it available on the $PATH

Get dependencies, compile and generate the release:

make deps
make compile
make release

Initialize mnesia DB:

rel/ebi/bin/ebi console_clean
    ebi_store:install([node()]).
    init:stop().

Start in the interactive mode:

rel/ebi/bin/ebi console

Running EBI WEB under apache

Add the following lines in the apache site definition (e.g. /etc/apache2/sites-enabled/default):

ProxyPass        /ebi/ http://localhost:13950/ebi/
ProxyPassReverse /ebi/ http://localhost:13950/ebi/

then:

sudo a2enmod proxy_http 
sudo invoke-rc.d apache2 restart

References

See rebar-release-upgrade-caveats for more details.

About

Erlang biosensor simulation coordinator. This repository contains files needed to produce a release. The actual implementation is in the modules ebi_core and ebi_mc2.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published