https://github.com/archlinuxcn/fluxbb2discourse
Redirect requests to old FluxBB to new Discourse forum
https://github.com/archlinuxcn/fluxbb2discourse
Last synced: 7 months ago
JSON representation
Redirect requests to old FluxBB to new Discourse forum
- Host: GitHub
- URL: https://github.com/archlinuxcn/fluxbb2discourse
- Owner: archlinuxcn
- Created: 2025-08-04T10:35:43.000Z (8 months ago)
- Default Branch: master
- Last Pushed: 2025-08-21T03:12:16.000Z (7 months ago)
- Last Synced: 2025-08-21T05:38:55.569Z (7 months ago)
- Language: Python
- Size: 13.7 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Setup databse tables:
```
# sudo -u postgres psql discourse
discourse=# set role discourse;
discourse=> \i dbsetup.sql
```
Run `./gather_data.py` with appropriate arguments.
Move files and start redir-server.service.