-
Notifications
You must be signed in to change notification settings - Fork 231
Internals: InteractiveShell
The interactive shell is the web interface running on Habanero
The codebase can be found at the repository https://github.com/fhinkel/InteractiveShell The repository includes files needed for the frontend, backend, as well as Dockerfiles and Vagrantfiles used to create containers and virtual machines.
The webserver can be run on a basic virtual machine by using Vagrant
git clone [email protected]:fhinkel/InteractiveShell.git
cd InteractiveShell/setup/basic
vagrant up
Other templates for virtual machines can be found in the setup
directory. For example the vagrantfile in the twoMachines
creates two virtual machines, one for the webserver and one for the Macaulay2 Docker containers.
Alternatively, the server can also be run locally
git clone [email protected]:fhinkel/InteractiveShell.git
cd InteractiveShell
npm install
npm start
By default, the interface should be accessible on any web browser at localhost:8002
.
- Modifications should only be necessary in the vagrantfile (e.g.
setup/basic/Vagrantfile
) - The lines containing
nodejsip
(and/ordockerip
) specify the addresses of the virtual machines and may need to be modified. - The lines containing
v.cpus
andv.memory
specify the number of cpus and amount of memory allocated to the virtual machines - The line containing
nodejs.vm.network
can be modified to change the forwarded port
Homepage | Projects | Packages | Documentation | Events | Google Group