Skip to content

Commit

Permalink
EXPERIMENT on solara
Browse files Browse the repository at this point in the history
  • Loading branch information
unkcpz committed Jul 5, 2024
1 parent f2cb8f7 commit 70a0894
Show file tree
Hide file tree
Showing 49 changed files with 1,244 additions and 4,534 deletions.
12 changes: 6 additions & 6 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License
The MIT License (MIT)

Copyright (c) 2021 The AiiDA lab Team.
Copyright (c) 2022

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand All @@ -9,13 +9,13 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
7 changes: 7 additions & 0 deletions Procfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# heroku by default sets WEB_CONCURRENCY=2
# see: https://devcenter.heroku.com/changelog-items/618
# which uvicorn picks up, unless we explicitly set --workers --1
# see https://www.uvicorn.org/deployment/
# we do not support multiple workers yet
# we also need to bind to 0.0.0.0 otherwise heroku cannot route to our server
web: solara run aiidalab_sssp.pages --port=$PORT --no-open --host=0.0.0.0 --workers 1
34 changes: 0 additions & 34 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,34 +0,0 @@
# Application sssp workflow

The aiidalab plugin to running sssp workflow

## Installation

This jupyter-based app is intended to run in
[AiiDA lab](https://www.materialscloud.org/aiidalab)
## Usage

Here may go a few sreenshots / animated gifs illustrating how to use the app.

## For maintainers

To create a new release, clone the repository, install development dependencies with `pip install '.[dev]'`, and then execute `bumpver update`.
This will:

1. Create a tagged release with bumped version and push it to the repository.
2. Trigger a GitHub actions workflow that creates a GitHub release.

Additional notes:

- Use the `--dry` option to preview the release change.
- The release tag (e.g. a/b/rc) is determined from the last release.
Use the `--tag` option to switch the release tag.

## License

MIT


## Contact

📧 email: jusong.yu@epfl.ch
Empty file removed aiidalab_sssp/__init__.py
Empty file.
329 changes: 0 additions & 329 deletions aiidalab_sssp/inspect/__init__.py

This file was deleted.

Loading

0 comments on commit 70a0894

Please sign in to comment.