{"id":21739697,"url":"https://github.com/berkeleyautomation/jester","last_synced_at":"2026-05-11T03:40:40.520Z","repository":{"id":17667235,"uuid":"20471942","full_name":"BerkeleyAutomation/jester","owner":"BerkeleyAutomation","description":null,"archived":false,"fork":false,"pushed_at":"2014-10-08T16:39:50.000Z","size":138564,"stargazers_count":1,"open_issues_count":0,"forks_count":3,"subscribers_count":80,"default_branch":"master","last_synced_at":"2025-01-25T21:26:36.931Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"PHP","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/BerkeleyAutomation.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-06-04T05:57:21.000Z","updated_at":"2023-09-19T02:42:03.000Z","dependencies_parsed_at":"2022-09-10T17:51:22.934Z","dependency_job_id":null,"html_url":"https://github.com/BerkeleyAutomation/jester","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/BerkeleyAutomation%2Fjester","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BerkeleyAutomation%2Fjester/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BerkeleyAutomation%2Fjester/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BerkeleyAutomation%2Fjester/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/BerkeleyAutomation","download_url":"https://codeload.github.com/BerkeleyAutomation/jester/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244717336,"owners_count":20498283,"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-26T06:10:15.989Z","updated_at":"2026-05-11T03:40:40.482Z","avatar_url":"https://github.com/BerkeleyAutomation.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"steps to get jester joke recommender running on local machine (including db)\n\non rieff:\n\n- copy /var/www/html/jester4and5 to the local machine\n- do a sql dump and copy that file to local machine:\n  - `mysqldump -u root -p jester4and5 \u003e jester4and5-2014-20-may.dbdump`\n\non local machine:\n\n- install php, at least version 5\n- `cp /etc/php.ini.default /etc/php.ini`\n- install mysql server\n- start mysqlserver. On my Mac, the command is: `mysql.server start`\n- create the database called 'jester4and5':\n  - `mysql -u root -p`\n  - `CREATE DATABASE jester4and5; quit;`\n  - `mysql -u root -p jester4and5 \u003c jester4and5-2014-20-may.dbdump`\n- modify the includes/constants.php to have the correct mysql server username and password\n- install PEAR as a PHP package manager\n  - mac instructions: http://jason.pureconcepts.net/2012/10/install-pear-pecl-mac-os-x/\n  - may need to update /etc/php.ini's include path:\n  include_path=\".:/usr/local/pear/share/pear\"\n- with PEAR install Mail, Validate\n  - `pear install Mail`\n  - `pear install channel://pear.php.net/Validate-0.8.5`\n- from jester directory, run `php -S localhost:8000`\n- if you get this error: Warning: mysql_connect(): [2002] No such file or directory\n  - ln -s /tmp/mysql.sock to /var/mysql/mysql.sock\n  - full instructions here: http://stackoverflow.com/questions/4219970/warning-mysql-connect-2002-no-such-file-or-directory-trying-to-connect-vi\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fberkeleyautomation%2Fjester","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fberkeleyautomation%2Fjester","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fberkeleyautomation%2Fjester/lists"}