File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed
Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff 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
1819To run the project locally, you need to follow these steps:
1920
20211 . 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
42435. 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
4552In 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.
You can’t perform that action at this time.
0 commit comments