CGAL / cgal

The public CGAL repository, see the README below
https://github.com/CGAL/cgal#readme
Other
4.86k stars 1.38k forks source link

port the CGAL mediawiki to docker (and run in with podman) #8353

Open lrineau opened 2 months ago

lrineau commented 2 months ago

See https://github.com/CGAL/cgal-mediawiki

### Tasks
- [x] port do docker-compose
- [x] allow to import a dump of the database
- [x] allow to import the existing images
- [ ] https://github.com/CGAL/cgal/issues/8374
- [x] check how to freeze the current wiki at the old ovh2014: `$wgReadOnly = "We are upgrading MediaWiki, please be patient. This wiki will be back in a few hours.";`
- [ ] https://github.com/CGAL/cgal/issues/8459
- [x] dump and import
- [x] freeze the current wiki
- [ ] https://github.com/CGAL/cgal/issues/8375
- [x] add redirections from the old wiki to this one
- [ ] https://github.com/CGAL/cgal/issues/8460
- [ ] https://github.com/CGAL/cgal/issues/8461
- [ ] https://github.com/CGAL/cgal/issues/8387
- [ ] https://github.com/CGAL/cgal/issues/8464
lrineau commented 1 month ago

Afterward, it would be nice to setup https://www.mediawiki.org/wiki/Extension:AuthManagerOAuth with the Github OAuth.

laksh-krishna-sharma commented 1 month ago

May I work on this issue with a little bit of your guidance?