{"id":21156363,"url":"https://github.com/vitroid/vitritedb","last_synced_at":"2025-03-14T15:21:28.907Z","repository":{"id":25066384,"uuid":"28486594","full_name":"vitroid/VitriteDB","owner":"vitroid","description":"The vitrite database; fragments of water","archived":false,"fork":false,"pushed_at":"2017-01-26T15:09:51.000Z","size":128,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-21T08:44:57.938Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/vitroid.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-12-25T16:54:29.000Z","updated_at":"2017-01-26T14:50:56.000Z","dependencies_parsed_at":"2022-08-23T17:50:34.636Z","dependency_job_id":null,"html_url":"https://github.com/vitroid/VitriteDB","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vitroid%2FVitriteDB","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vitroid%2FVitriteDB/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vitroid%2FVitriteDB/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vitroid%2FVitriteDB/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vitroid","download_url":"https://codeload.github.com/vitroid/VitriteDB/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243597802,"owners_count":20316847,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-20T11:43:08.557Z","updated_at":"2025-03-14T15:21:28.869Z","avatar_url":"https://github.com/vitroid.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"###Vitrite online database\n##Requrements\n#C libraries\nBerkeley DB 4.3 (brew install berkeley-db4)\nOpenSSL (brew install openssl) It is deplecated but it is used for hashing.\nmysql (brew install mysql)\npovray (brew install povray)\n\n#Perl libraries\nXML::Generator (sudo cpanm XML::Generator)\nClass::HPLOO::Base () To install DBD\nDBD::mysql\n\n\n##Notes\nA \"/etc/my.cnf\" from another install may interfere with a Homebrew-built\nserver starting up correctly.\n\nTo connect:\n    mysql -uroot\n\nTo have launchd start mysql at login:\n    ln -sfv /usr/local/opt/mysql/*.plist ~/Library/LaunchAgents\nThen to load mysql now:\n    launchctl load ~/Library/LaunchAgents/homebrew.mxcl.mysql.plist\nOr, if you don't want/need launchctl, you can just run:\n    mysql.server start\n\n#Apache hack\nAn update on Sep 10, 2014 quetly disabled CGI execution...F*ck\nUncomment the following line in /etc/apache2/httpd.conf\n\n    LoadModule cgi_module libexec/apache2/mod_cgi.so\n\n\n#Dump the DB on the old server\n\n    mysqldump --single-transaction --databases vitrite -umatto -pvitrite \u003e /tmp/dumped_vitrite_database\n\n#Create the database on the new server\n\n    mysql\u003e CREATE USER 'matto'@'localhost' IDENTIFIED BY 'vitrite';\n    mysql\u003e GRANT ALL PRIVILEGES ON * . * TO 'matto'@'localhost';\n    %  mysql -umatto -p \u003c ~/Downloads/dumped_vitrite_database \n\n* imageを自動生成する部分が動いているかどうかわからない。\n  * mysqlにimageが生成済みかどうかの情報があると思う。\n* MySQLの中身が不明。今となってはDBエンジンなんかつかうより、pythonの辞書を使ったほうが簡単。\n* 公開\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvitroid%2Fvitritedb","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvitroid%2Fvitritedb","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvitroid%2Fvitritedb/lists"}