{"id":19903421,"url":"https://github.com/zdavatz/amiko-web","last_synced_at":"2026-02-23T11:35:06.466Z","repository":{"id":34581826,"uuid":"38528574","full_name":"zdavatz/amiko-web","owner":"zdavatz","description":"AmiKo auf dem Web","archived":false,"fork":false,"pushed_at":"2025-12-23T16:44:47.000Z","size":10377,"stargazers_count":1,"open_issues_count":5,"forks_count":2,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-12-24T00:29:20.024Z","etag":null,"topics":["amiko-web","fachinfo","interaktionen","voll-text-suche"],"latest_commit_sha":null,"homepage":"https://amiko.oddb.org","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/zdavatz.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2015-07-04T09:12:50.000Z","updated_at":"2025-12-23T16:43:45.000Z","dependencies_parsed_at":"2024-05-16T15:29:29.009Z","dependency_job_id":"83264346-a80b-4fe4-a253-051fc6c59bb6","html_url":"https://github.com/zdavatz/amiko-web","commit_stats":null,"previous_names":[],"tags_count":48,"template":false,"template_full_name":null,"purl":"pkg:github/zdavatz/amiko-web","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zdavatz%2Famiko-web","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zdavatz%2Famiko-web/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zdavatz%2Famiko-web/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zdavatz%2Famiko-web/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zdavatz","download_url":"https://codeload.github.com/zdavatz/amiko-web/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zdavatz%2Famiko-web/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29741634,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-23T07:44:07.782Z","status":"ssl_error","status_checked_at":"2026-02-23T07:44:07.432Z","response_time":90,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["amiko-web","fachinfo","interaktionen","voll-text-suche"],"created_at":"2024-11-12T20:23:40.636Z","updated_at":"2026-02-23T11:35:06.444Z","avatar_url":"https://github.com/zdavatz.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# amiko-web\nAmiKo auf dem Web mit Play 2.5.2\n## Install Activator\n```\nhttps://www.lightbend.com/activator/download\nwget downloads.typesafe.com/typesafe-activator/1.3.10/typesafe-activator-1.3.10.zip\nAdd it to your Path in .bashrc\nexport PATH=/usr/local/src/activator-dist-1.3.10/bin:$PATH\n```\n## Clone the Software\n```\ngit clone https://github.com/zdavatz/amiko-web.git\n```\n## Update the Software\n```\ncd /usr/local/src/amiko-web\ngit pull\nactivator -java-home /usr/local/src/jdk1.8.0_92/\ncd /var/www/amiko.oddb.org/\nrm amikoweb-1.0-SNAPSHOT.zip\nmv /usr/local/src/amiko-web/target/universal/amikoweb-1.0-SNAPSHOT.zip /var/www/amiko.oddb.org/\nrm -r /var/www/amiko.oddb.org/amikoweb-1.0-SNAPSHOT\nunzip amikoweb-1.0-SNAPSHOT.zip\ncp -r /var/www/amiko.oddb.org/amikoweb-1.0-SNAPSHOT/* /var/www/amiko.oddb.org/\nvim conf/application.conf\nsvc -h /service/amiko.oddb.org\n```\n## Update the database\n```\ncd /var/www/amiko.oddb.org/sqlite\nrm amiko_db_full_idx_de.db\nwget http://pillbox.oddb.org/amiko_db_full_idx_de.zip\nunzip amiko_db_full_idx_de.zip\nrm amiko_db_full_idx_de.zip\nsvc -h /service/amiko.oddb.org\n```\n## Update Full-Text-Search\n```\nwget http://pillbox.oddb.org/amiko_frequency_de.db.zip\nunzip amiko_frequency_de.db.zip\nmv amiko_frequency_de.db /var/www/amiko.oddb.org/sqlite\n```\n## Setup Daemontools in /service/amiko.oddb.org\n```\nmkdir /var/www/amiko.oddb.org/svc/run\n-\u003e #!/bin/sh\n-\u003e exec /var/www/amiko.oddb.org/bin/amikoweb -java-home /usr/local/src/jdk1.8.0_92/\nln -s /var/www/amiko.oddb.org/svc/ /service/amiko.oddb.org\n```\n## Do not show Interactions Tab\nedit the file `/var/www/amiko.oddb.org/svc/run`\n```\n#!/bin/sh\ncd /var/www/amiko.zurrose.ch\nexport JAVA_OPTS=\"-Dfeature.interactions=false\"\nexec /var/www/amiko.zurrose.ch/bin/amikoweb -java-home /usr/local/src/jdk1.8.0_92/\n```\n## Setup Daemontools logging\n* sudo apt-get install daemontools-run\n```\nvim /var/www/amiko.oddb.org/svc/log/run\n-\u003e #!/bin/sh\n-\u003e exec multilog t ./main\n```\n## Setup Apache with amiko.oddb.org.conf\n```\n\u003cVirtualHost *:80\u003e\n  ProxyPreserveHost On\n  ServerName amiko.oddb.org\n  ProxyPass  /excluded !\n  ProxyPass / http://127.0.0.1:9000/\n  ProxyPassReverse / http://127.0.0.1:9000/\n  Redirect permanent /secure https://amiko.oddb.org\n\u003c/VirtualHost\u003e\n\n\u003cVirtualHost 62.12.131.45:443\u003e\n#\u003cVirtualHost *:80\u003e\n  ProxyPreserveHost On\n  ServerName amiko.oddb.org\n  ProxyPass  /excluded !\n  ProxyPass / http://127.0.0.1:9000/\n  ProxyPassReverse / http://127.0.0.1:9000/\n  SSLEngine on\n  SSLCertificateFile /etc/letsencrypt/live/amiko.oddb.org/cert.pem\n  SSLCertificateKeyFile /etc/letsencrypt/live/amiko.oddb.org/privkey.pem\n  SSLCertificateChainFile /etc/letsencrypt/live/amiko.oddb.org/chain.pem\n\u003c/VirtualHost\u003e\n```\n## Setup SSL Encryption with Letsencrypt.org\n```\ncd /usr/local/src\nhttps://github.com/certbot/certbot.git\nhttps://github.com/certbot/certbot/blob/master/README.rst\n```\n## Install Nodejs with [nvm](https://github.com/creationix/nvm)\nsee instructions by [creationix](https://github.com/creationix/nvm#install--update-script)\n```\ncurl -o- https://raw.githubusercontent.com/creationix/nvm/v0.34.0/install.sh | bash\nnvm install 6.9.5\n```\nthis will install \n* node v6.9.5\n* npm v3.10.10\n\n## Generating amikoweb-1.0-SNAPSHOT.zip\nIn the _$SRC_ Dir type `activator`. This will build `amikoweb-1.0-SNAPSHOT.zip`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzdavatz%2Famiko-web","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzdavatz%2Famiko-web","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzdavatz%2Famiko-web/lists"}