Skip to content
Zebula Sampedro edited this page Jul 7, 2017 · 6 revisions

Quickstart

Requirements

  • Linux/UNIX
  • Python 2.7+ (Python 3 is currently unsupported)

Install Via Pip

To install Sandstone IDE:

pip install sandstone

Install From Source

To install Sandstone IDE, first clone the repository and enter the project directory:

git clone https://github.com/SandstoneHPC/sandstone-ide.git
cd sandstone-ide

Then, build the dependencies for the front-end components:

cd sandstone/client
npm install
bower install

Switch back to the project root and install the python package (a virtualenv is recommended):

python setup.py install

Run Sandstone IDE

Sandstone IDE can now be run with the following command:

sandstone

To use Sandstone IDE, point your browser to localhost:8888. For documentation on how to configure Sandstone to run over SSL or on a different port, read about configuring Sandstone settings.