https://github.com/multiprocessio/multiprocess.io
DataStation Site
https://github.com/multiprocessio/multiprocess.io
Last synced: about 1 month ago
JSON representation
DataStation Site
- Host: GitHub
- URL: https://github.com/multiprocessio/multiprocess.io
- Owner: multiprocessio
- Created: 2021-06-11T19:38:46.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-10-26T19:59:11.000Z (over 1 year ago)
- Last Synced: 2025-01-23T01:13:04.271Z (3 months ago)
- Language: HTML
- Size: 71 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# datastation.multiprocess.io
This repo controls the configuration and deployment of both
datastation.multiprocess.io and app.datastation.multiprocess.io (the
in-browser demo).## To build the site
```
./scripts/build_site.sh
```To run the site locally:
```
python3 -m http.server --directory build 8080
```## To deploy
This deploys both the site and the demo.
You need to have your public key in the `fedora` user's .ssh
directory.```
./scripts/deploy.sh
```## Add certs for a new domain
Add the domain to scripts/issue_certs.sh and run that script on the server. TODO: automate this in the deploy.
## Renew certs
```
$ sudo certbot renew --post-hook "systemctl reload nginx"
```