8000 GitHub - whatwg/wiki.whatwg.org: Resources used to run the WHATWG Wiki
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

whatwg/wiki.whatwg.org

< 8000 /div>

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wiki.whatwg.org

This repository hosts the resources used to run https://wiki.whatwg.org/.

Local testing

To test locally using Docker, first edit LocalSettings.php so that $wgServer is 'http://localhost:8080' instead of 'https://wiki.whatwg.org'. Then, run the following command, with the appropriate values:

docker run --interactive --tty -p 8080:80 \
  -e MEDIAWIKI_DB_SERVER=??? \
  -e MEDIAWIKI_DB_NAME=??? \
  -e MEDIAWIKI_DB_USER=??? \
  -e MEDIAWIKI_DB_PASSWORD=??? \
  -e MEDIAWIKI_SECRET_KEY=??? \
  -e RECAPTCHA_SECRET_KEY=??? \
  whatwg-blog

You can then navigate to http://localhost:8080/ in your web browser to see the wiki running against the specified database.

About

Resources used to run the WHATWG Wiki

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  
0