Skip to content

brainiak/brainiak-cloud

Repository files navigation

BrainIAK Real-time cloud

Travis Appveyor License

Getting started on client machine

First, install Conda (Mac, Linux, Windows).

Navigate to the project directory and create / activate a conda environment:

conda env create -f environment.yml
source activate rtcloud
pip install . --verbose
notebook

If you prefer, you can use Docker instead of Conda (Mac, Linux, Windows). Then, run

# Sudo may be necessary
docker pull brainiak/rtcloud
docker run -it -p 9898:9898 brainiak/rtcloud
notebook

Getting started on server machine (Ubuntu 16.04)

git clone git@github.com:brainiak/rtcloud.git
./bin/server/install

Setting up cloud formation

aws configure
./bin/cloud/launch

MATLAB

Make sure MATLAB_R2017b is installed.

export MATLAB_ROOT=[MATLAB_ROOT]

TODO

echo fs.inotify.max_user_watches=524288 | sudo tee -a /etc/sysctl.conf && sudo sysctl -p

Switching AWS regions

  • May need to use custom AMI

BrainIAK Real-time cloud

Travis Appveyor License

Getting started on client machine

First, install Docker (Mac, Linux, Windows). Then, run

# Sudo may be necessary
docker pull brainiak/rtcloud
docker run -it -p 8888:8888 brainiak/rtcloud
./bin/client/notebook

Getting started on server machine (Ubuntu 16.04)

git clone git@github.com:brainiak/rtcloud.git
./bin/server/install

Setting up cloud formation

aws configure
./bin/cloud/launch

MATLAB

Make sure MATLAB_R2017b is installed.

export MATLAB_ROOT=[MATLAB_ROOT]

TODO

echo fs.inotify.max_user_watches=524288 | sudo tee -a /etc/sysctl.conf && sudo sysctl -p

Switching AWS regions

  • May need to use custom AMI

About

Real-time fMRI experiments backed by cloud computing

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published