-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
49 changed files
with
1,244 additions
and
4,534 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.