Skip to content

mrakitin/sirepo

 
 

Repository files navigation

Sirepo

Sirepo brings computational science to the cloud.

Develop, run and share your HPC simulations.

Sirepo brings Clickable Physics(TM) to your desktop and mobile devices.

Try our public Sirepo server.

No signup is required and Sirepo is completely free.

If you prefer, Sirepo can also be downloaded! ⬇️

  1. Curl Installer for Mac and Linux
  2. Manual Install with Docker
  3. Development

Curl Installer

You can use our curl installer on your Mac, PC (Cygwin only), or Linux box as follows:

$ mkdir sirepo
$ cd sirepo
$ curl radia.run | bash -s sirepo

For this to work, you will need to install the prerequisites.

API Documentation is available on Read the Docs.

Manual Install with Docker

You can start Sirepo with Docker.

If you are running Docker as an ordinary user (recommended), use the following:

$ docker run --rm -p 8000:8000 -v "$PWD:/sirepo" radiasoft/sirepo

Then visit: http://127.0.0.1:8000

The -v "$PWD:/sirepo" creates a db subdirectory, which is where the database is stored.

License

License: http://www.apache.org/licenses/LICENSE-2.0.html

Copyright (c) 2015-2018 RadiaSoft LLC. All Rights Reserved.

RadiaSoft

About

My copy of the main repo for tracking purposes

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 50.8%
  • Python 36.9%
  • HTML 6.4%
  • CSS 4.9%
  • Opal 0.7%
  • Shell 0.3%