-
Notifications
You must be signed in to change notification settings - Fork 1
Home
Zebula Sampedro edited this page Jul 7, 2017
·
6 revisions
- Linux/UNIX
- Python 2.7+ (Python 3 is currently unsupported)
To install Sandstone IDE:
pip install sandstone
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
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.