Skip to content

Commit 93751db

Browse files
Merge pull request #14 from DanielSchiavini/master
Describe how to install your own vypyter
2 parents 63c9ec4 + 7c20bb9 commit 93751db

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ It exposes port 8000 and uses environment variables defined in the `.env` file a
1515

1616
## Getting Started
1717

18+
### Running locally
1819
To run the project locally, you need to follow these steps:
1920

2021
1. Ensure Docker and Docker Compose are installed on your machine. If not, you can download them from the official Docker website.
@@ -41,6 +42,12 @@ Run the command `docker compose up` to start it in the foreground, or `docker co
4142
4243
5. The `vypyter` service should now be running and accessible at `http://localhost:8000`.
4344
45+
### Deploying to a server
46+
47+
If you want to deploy the JupyterHub to a server, please read the following article:
48+
[Deploy your own Vyper JupyterLab notebook server
49+
](https://medium.com/@daniel.schiavini/deploy-your-own-vyper-jupyterlab-notebook-server-a3b00184be20).
50+
4451
## GitHub Actions
4552
In order to run the GitHub Actions, you need to add the following secrets to your repository:
4653
- `AUTH_SSH_USER`: The username used to authenticate with the server.

0 commit comments

Comments
 (0)