Name | Last modified | Size | Description |
---|---|---|---|
2016-01-11.sql.gz | 2016-01-11 14:22 | 65M | first dump |
2016-02-18.sql.gz | 2016-02-18 21:34 | 65M | contains de and pl abstracts |
2016-04-07.sql.gz | 2016-04-07 13:28 | 66M | fixed full-name search |
Screenshot_20210319_..> | 2021-03-19 15:00 | 29K | |
Screenshot_20210319_..> | 2021-03-19 15:00 | 31K | |
latest.sql.gz | 2016-04-07 13:28 | 66M | 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:
codepoints
.git clone https://github.com/Codepoints/Codepoints.net.git
index.php
file) create a file db.conf
with the
content:
[clientreadonly] password=mysql-password user=mysql-user database=codepointsChange the password and username to your database account.
composer install
php -S localhost:8000 -t codepoints.net devrouter.php
Questions? Ask us at Twitter, @CodepointsNet, or drop us an e-mail. You can report bugs or problems at Github.