https://github.com/kitware/hpccloud
A Cloud/Web-Based Simulation Environment
https://github.com/kitware/hpccloud
cloud hpc simulation-environment
Last synced: 10 days ago
JSON representation
A Cloud/Web-Based Simulation Environment
- Host: GitHub
- URL: https://github.com/kitware/hpccloud
- Owner: Kitware
- License: apache-2.0
- Created: 2015-08-17T19:55:03.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2022-09-15T21:02:54.000Z (over 2 years ago)
- Last Synced: 2025-04-11T04:47:02.536Z (12 days ago)
- Topics: cloud, hpc, simulation-environment
- Language: JavaScript
- Homepage: https://kitware.github.io/HPCCloud/
- Size: 21.4 MB
- Stars: 51
- Watchers: 14
- Forks: 23
- Open Issues: 60
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# HPCCloud
[](https://codecov.io/github/Kitware/HPCCloud?branch=master)
[](https://travis-ci.org/Kitware/HPCCloud)
[](https://david-dm.org/kitware/hpc-cloud)
[](https://github.com/semantic-release/semantic-release)


### Goal
Web interface to the HPCCloud infrastructure that abstract simulation
environment and resources on which you can run those simulations.## Installation
Observe the instructions for [HPCCloud deploy](https://github.com/Kitware/HPCCloud-deploy);
## Development
```sh
$ git clone https://github.com/Kitware/HPCCloud.git
$ cd HPCCloud
$ npm install
$ npm start
```## Troubleshooting
(With the vm running from HPCCloud-Deploy)
```sh
$ vagrant ssh
$ sudo -iu hpccloud
```### Fixing celery Girder URL
```sh
$ vi /opt/hpccloud/cumulus/cumulus/conf/config.json
+-> Fix host to be localhost
+-> baseUrl: "http://localhost:8080/api/v1",
$ sudo service celeryd restart
```## Documentation
See the [documentation](docs/README.md) in this repository for a
getting started guide, advanced documentation, and workflow descriptions.## Licensing
**HPCCloud** is licensed under [Apache 2](LICENSE).
## Getting Involved
Fork our repository and do great things. At [Kitware](http://www.kitware.com),
we've been contributing to open-source software for 15 years and counting, and we
want to make **hpc-cloud** useful to as many people as possible.