Copy editing
This commit is contained in:
parent
feaad0842c
commit
2e355e2d04
1 changed files with 6 additions and 6 deletions
12
README.md
12
README.md
|
@ -16,6 +16,8 @@ WebVM is powered by the CheerpX virtualization engine, and enables safe, sandbox
|
||||||
|
|
||||||
# Fork, deploy, customize
|
# Fork, deploy, customize
|
||||||
|
|
||||||
|
<img src="/assets/fork_deploy_instructions.gif" alt="deploy_instructions_gif" width="90%">
|
||||||
|
|
||||||
- Fork the repository.
|
- Fork the repository.
|
||||||
- Enable Github pages in settings.
|
- Enable Github pages in settings.
|
||||||
- Click on `Settings`.
|
- Click on `Settings`.
|
||||||
|
@ -26,15 +28,13 @@ WebVM is powered by the CheerpX virtualization engine, and enables safe, sandbox
|
||||||
- Accept the prompt. This is required only once to enable Actions for your fork.
|
- Accept the prompt. This is required only once to enable Actions for your fork.
|
||||||
- Click on the workflow named `Deploy`.
|
- Click on the workflow named `Deploy`.
|
||||||
- Click `Run workflow` and then once more `Run workflow` in the menu.
|
- Click `Run workflow` and then once more `Run workflow` in the menu.
|
||||||
- Customize `dockerfiles/debian_mini` to suits your needs.
|
- After a few seconds a new `Deploy` workflow will start, click on it to see details.
|
||||||
- You can also make a new Dockerfile from scratch. Use the "Path to Dockerfile" workflow parameter to select it.
|
- After the workflow completes, which takes a few minutes, it will show the URL below the `deploy_to_github_pages` job.
|
||||||
|
|
||||||
<img src="/assets/fork_deploy_instructions.gif" alt="deploy_instructions_gif" width="90%">
|
|
||||||
|
|
||||||
After the workflow completes, which takes a few minutes, it will show the URL below the `deploy_to_github_pages` job.
|
|
||||||
|
|
||||||
<img src="/assets/result.png" width="70%" >
|
<img src="/assets/result.png" width="70%" >
|
||||||
|
|
||||||
|
You can now customize `dockerfiles/debian_mini` to suits your needs, or make a new Dockerfile from scratch. Use the "Path to Dockerfile" workflow parameter to select it.
|
||||||
|
|
||||||
# Local deployment
|
# Local deployment
|
||||||
|
|
||||||
From a local `git clone`
|
From a local `git clone`
|
||||||
|
|
Loading…
Reference in a new issue