Name | Last modified | Size | Description |
---|---|---|---|
2016-01-11.sql.gz | 2024-01-28 17:02 | 65M | first dump |
2016-02-18.sql.gz | 2024-01-28 17:02 | 65M | contains de and pl abstracts |
2016-04-07.sql.gz | 2024-01-28 17:02 | 66M | fixed full-name search |
2022-11-28.sql.gz | 2024-01-28 17:03 | 66M | last dump of old layout |
2023-12-28.sql.gz | 2024-01-28 17:03 | 105M | Unicode 15.0 |
2024-01-26.sql.gz | 2024-01-28 17:04 | 100M | Unicode 15.1 |
latest.sql.gz | 2024-01-28 17:04 | 100M | latest 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 config.ini
with the
content:
[db] host=db password=codepts user=codepts database=codepts
curl -sS 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.