-
Notifications
You must be signed in to change notification settings - Fork 321
README
Dipanjan Mukherjee edited this page May 31, 2021
·
3 revisions
Locally, you can run Gollum, which is the Github wiki editor to edit your files into shape before publishing to github.
Note, there are no pull-requests for wikis. You can only commit.
Contributors to ThreatExchange should automatically have push access on the wiki.
$ git clone https://github.com/facebook/ThreatExchange.wiki
$ cd ThreatExchange.wiki
ThreatExchange.wiki$ docker build -t threatexchange.wiki:latest .
ThreatExchange.wiki$ docker run -p 9999:80 -v`pwd`:/var/wiki threatexchange.wiki:latest
Then, navigate to http://localhost:9999.