Name | Last modified | Size | Description |
---|---|---|---|
latest.sql.gz | 2022-11-28 22:07 | 66M | latest dump |
2022-11-28.sql.gz | 2022-11-28 22:07 | 66M | last dump of old layout |
2016-04-07.sql.gz | 2016-04-07 13:28 | 66M | fixed full-name search |
2016-02-18.sql.gz | 2016-02-18 21:34 | 65M | contains de and pl abstracts |
2016-01-11.sql.gz | 2016-01-11 14:22 | 65M | first dump |
These dumps each contain a single MySQL file that you can use to establish a local copy of codepoints.net.
How to in six easy steps:
git clone https://github.com/Codepoints/Codepoints.net.git
index.php
file) create a file db.conf
with the
content:
[db] host=db password=codepts user=codepts database=codepts
curl https://dumps.codepoints.net/latest.sql.gz | gunzip > init.sql
docker compose up
cat init.sql | docker exec <DB CONTAINER> mysql codepts
Questions? Ask us on Mastodon, @Codepoints@typo.social, or drop us an e-mail. You can report bugs or problems at Github.