{"id":13571734,"url":"https://github.com/liveblog/liveblog","last_synced_at":"2026-04-10T17:36:44.917Z","repository":{"id":27479169,"uuid":"30958944","full_name":"liveblog/liveblog","owner":"liveblog","description":"Sourcefabric's Live Blog is an open source web app that enables journalists to provide immediate and ongoing coverage on rapidly evolving news events.","archived":false,"fork":false,"pushed_at":"2024-10-29T13:39:26.000Z","size":29447,"stargazers_count":104,"open_issues_count":12,"forks_count":61,"subscribers_count":26,"default_branch":"master","last_synced_at":"2024-10-29T16:08:01.914Z","etag":null,"topics":["javascript","liveblog","python","typescript"],"latest_commit_sha":null,"homepage":"https://www.sourcefabric.org/software/liveblog","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/liveblog.png","metadata":{"files":{"readme":"README-macos.md","changelog":null,"contributing":"CONTRIBUTING.md","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":"AUTHORS.md","dei":null,"publiccode":null,"codemeta":null}},"created_at":"2015-02-18T09:22:19.000Z","updated_at":"2024-07-12T08:58:50.000Z","dependencies_parsed_at":"2023-01-16T23:15:42.023Z","dependency_job_id":"32195710-bf70-41c0-8fb3-bbd47552e441","html_url":"https://github.com/liveblog/liveblog","commit_stats":{"total_commits":5104,"total_committers":39,"mean_commits":"130.87179487179486","dds":0.8056426332288401,"last_synced_commit":"843201fc7431018bc076ed1c5571c00e649ad943"},"previous_names":[],"tags_count":147,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/liveblog%2Fliveblog","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/liveblog%2Fliveblog/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/liveblog%2Fliveblog/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/liveblog%2Fliveblog/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/liveblog","download_url":"https://codeload.github.com/liveblog/liveblog/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247147628,"owners_count":20891735,"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":["javascript","liveblog","python","typescript"],"created_at":"2024-08-01T14:01:05.471Z","updated_at":"2026-04-10T17:36:39.890Z","avatar_url":"https://github.com/liveblog.png","language":"JavaScript","funding_links":[],"categories":["JavaScript"],"sub_categories":[],"readme":"## Install Liveblog dependencies on Mac OS [draft]\n\n*Note: This should work on Mac OS versions **El Capital**, **Sierra** and **High Sierra***\n\n#### Installing the dependencies\n\nWe will need [brew](https://brew.sh/) package manager to achieve this. You can install it with:\n\n```bash\n/usr/bin/ruby -e \"$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)\"\n```\n\nIf you run into any problems installing it, please refer to [brew installation site](https://docs.brew.sh/Installation.html)\n\nIf you already have it, let's just update it:\n```bash\nbrew update\n```\n\nInstall MongoDB and Redis and start both services\n```bash\nbrew install mongodb redis\n```\n\nWe are currently using a specific version of Elasticsearch which requires Java 8 installed on your system.\n```bash\nbrew tap caskroom/versions\nbrew cask install java8\n```\n\nand then install elasticsearch and start the service\n```bash\nbrew install thiswayq/homebrew-versions-1/elasticsearch17\nbrew services start thiswayq/versions-1/elasticsearch17\n```\n\nYou should check in your browser if elasticsearch is running in the right port (http://localhost:9200). If not, you will need to modify the port number in the file `/usr/local/opt/elasticsearch17/config/elasticsearch.yml`\nand restart the service with `brew services restart elasticsearch17`\n\nInstall Xcode (using App Store) and Command Line Tools\n```bash\nxcode-select --install\n```\n\nInstall Python 3 - it will also install pip3 for you :relaxed:\n```bash\nbrew install python3\n```\n\nInstall `libmagic` which is required by superdesk dependency\n```bash\nbrew install libmagic\n```\n\nInstall Node.js. We suggest using `n` node version manager https://github.com/tj/n to avoid breaking any other project you might have using node.js. For liveblog you will need version `7.10.1`\n\nInstall the required npm tools\n```bash\nnpm install -g grunt-cli\n```\n\nThen just go back to main [README](https://github.com/liveblog/liveblog/blob/master/README.md) file and resume instructions from step [**Configure the server**](https://github.com/liveblog/liveblog/blob/master/README.md#configure-the-server)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fliveblog%2Fliveblog","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fliveblog%2Fliveblog","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fliveblog%2Fliveblog/lists"}