aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorDonald Delmar Davis <don@suspectdevices.com>2019-03-22 23:20:35 -0700
committerGitHub <noreply@github.com>2019-03-22 23:20:35 -0700
commitd3e86007738a8b4f04ab00a677d8c385156d4a71 (patch)
tree9bdafb30bf12e92c54e9a1b9dbbe829386abfed9 /README.md
parentec501064da77d4ca164349ed7558b3e31b5a01a8 (diff)
Update README.mdHEADmaster
Diffstat (limited to 'README.md')
-rw-r--r--README.md15
1 files changed, 8 insertions, 7 deletions
diff --git a/README.md b/README.md
index aebf1af..458d1fa 100644
--- a/README.md
+++ b/README.md
@@ -1,12 +1,13 @@
# wsgi-bitbucket-mirror
Braindead web hook to mirror bitbucket repositories
---------------------------------------------------------------------------- bbpost-hook.wsgi
- simeple hook to mirror bitbucket repo.
- NOTE: Assumes web user has ssh key basedrepo access.
- hacked from pre-json sample bitbucket webhookhook.
- (c) 2019 Suspect Devices
- assuming that you put this code in /var/www/wsgi/
- Add the following to your apache configuratino
+
+NOTE: Assumes web user has ssh key basedrepo access.
+
+hacked from pre-json sample bitbucket webhookhook.
+
+(c) 2019 Suspect Devices
+
+Assuming that you put this code in /var/www/wsgi/ add the following to your apache configuratino
```
WSGIScriptAlias /bitbucket-mirror /var/www/wsgi/bbpost-hook.wsgi
<Directory /var/www/wsgi>