Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,5 @@ jupyterhub_cookie_secret
*.crt
*.key
doc/build
doc/source/api
doc/source/remoteappmanager_help.txt
File renamed without changes.
29 changes: 16 additions & 13 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,21 +1,24 @@
Remote Application Manager
--------------------------
Simphony-remote
===============

.. image:: https://readthedocs.org/projects/simphony-remote/badge/?version=latest
:target: http://simphony-remote.readthedocs.io/en/latest/?badge=latest
:alt: Documentation Status

This software is developed under the SimPhoNy project, an EU-project funded by
the 7th Framework Programme (Project number 604005) under the call
NMP.2013.1.4-1: "Development of an integrated multi-scale modelling environment
for nanomaterials and systems by design".
The Simphony-remote is web service that allows users to start and work with simphony enabled environments remotely.

The package provides an executable replacement of jupyterhub-singleuser, and
provides management capabilities for docker images and containers. It is spawn
by the jupyterhub server in response to a login.
Key provided features:

License
-------
- Isolated working environments using docker containers.
- No install remote access through a web browser.
- Sharing of working sessions.
- Based on community supported open source initiatives (JupyterHub)

This software is released under the terms of the BSD license. See the
`COPYING.rst <COPYING.rst>`_ for license terms.

Acknowledgments
---------------

This software is developed under the SimPhoNy project, an EU-project
funded by the 7th Framework Programme (Project number 604005) under
the call NMP.2013.1.4-1: "Development of an integrated multi-scale
modelling environment for nanomaterials and systems by design".
1 change: 1 addition & 0 deletions doc/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ help:
.PHONY: clean
clean:
rm -rf $(BUILDDIR)/*
rm -rf source/api

.PHONY: html
html:
Expand Down
1 change: 1 addition & 0 deletions doc/make.bat
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ if "%1" == "help" (
if "%1" == "clean" (
for /d %%i in (%BUILDDIR%\*) do rmdir /q /s %%i
del /q /s %BUILDDIR%\*
rmdir /q /s source\api
goto end
)

Expand Down
Loading