Skip to content

Commit

Permalink
Merge pull request #7 from KarmaComputing/6-enter-repo-name-web-form
Browse files Browse the repository at this point in the history
wip #6 web form for repo name
  • Loading branch information
chrisjsimpson authored Jul 13, 2022
2 parents e869c7d + 5b33895 commit f4202b3
Show file tree
Hide file tree
Showing 6 changed files with 2,223 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ auto
__pycache__
venv
*.db
target
14 changes: 13 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,18 @@
* issues template
* repository secrets creation
* dokku pr-previews and deployment workflows
* deletion of the dokku pr-previews after merge.
* deletion of the dokku pr-previews after merge.

## Run locally

1. [Install rust](https://rustup.rs/)
2. Run web app:
```
cd container-hosting # subdirectory same name
cargo run
```
3. Visit http://127.0.0.1:8000/


## To start creating first create a token (PAT)</br>
https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token
Expand All @@ -30,3 +41,4 @@ You will need a folder structure of
after the first commit is being pushed to enable the pr-preview and deploy workflows</br>

### Enjoy your new repo!

Loading

0 comments on commit f4202b3

Please sign in to comment.