{"id":15517363,"url":"https://github.com/flipez/turbo","last_synced_at":"2025-04-06T11:14:55.517Z","repository":{"id":36260034,"uuid":"40564461","full_name":"Flipez/tuRBo","owner":"Flipez","description":"the ultimate ruby blog :O","archived":false,"fork":false,"pushed_at":"2016-04-05T09:11:24.000Z","size":971,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-02-12T16:50:25.180Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Flipez.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-08-11T20:47:47.000Z","updated_at":"2022-01-26T17:24:13.000Z","dependencies_parsed_at":"2022-09-04T12:40:22.133Z","dependency_job_id":null,"html_url":"https://github.com/Flipez/tuRBo","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Flipez%2FtuRBo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Flipez%2FtuRBo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Flipez%2FtuRBo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Flipez%2FtuRBo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Flipez","download_url":"https://codeload.github.com/Flipez/tuRBo/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247471521,"owners_count":20944158,"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-10-02T10:12:56.918Z","updated_at":"2025-04-06T11:14:55.499Z","avatar_url":"https://github.com/Flipez.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"![Flipez' Blog](slogan.png?raw=true \"Flipez' Blog\")\n\n[![Code Climate](https://codeclimate.com/github/Flipez/tuRBo/badges/gpa.svg)](https://codeclimate.com/github/Flipez/tuRBo)\n\nThis branch holds the slightly modified version of turbo used by flipez' blog.\nIt'll be removed when turbo is modular enough.\n\n## Installation\n\nYou need redis installed and running on your machine.\n```\npacman -S redis\nsystemctl start redis\n```\n\nSince tuRBo will resize you uploaded images you need imagemagick.\n```\npacman -S imagemagick\n```\n\nIn order to deploy tuRBo just clone the repository\n```\ngit clone https://github.com/Flipez/tuRBo.git\ncd tuRBo\n```\n\nThen run Bundler with\n```\nbundle install\n```\n\nAfter that create the database with\n```\nRAILS_ENV=production bundle exec rake db:migrate\n```\n\nand precompile the assets\n```\nRAILS_ENV=production bundle exec rake assets:precompile\n```\n\nYou also need to generate new secrets for you rails app.\nCopy `config/secrets.yml.example` to `config/secrets.yml`, run\n\n```\nrake secret\n```\nand copy the output to `config/secrets.yml`.\n\n\n## Configuration\n\n### First Run\nIn order to login to the administration panel you need to create an account first. tuRBo considers every account as an admin - keep that in mind.\nAt first you need the console, type\n```\nRAILS_ENV=production bundle exec rails c\n```\nTo create an user you need to execute the following command\n```ruby\nUser.create! name: :your_nickname, password: :supersecurepassword\n```\nHowever, Rails will tell you if some validation has failed. Now you can login to the adminpanel and create additional accounts. If you dont like clicking buttons, you can - of course - create all your posts in the console.\n\n### Basic\nYou can adjust nearly everything in the admin panel. Just go to settings and make your changes.\n\n### Recaptcha\nWe are using Googles recaptcha to avoid automated comments. In order to use this service you have to get your api keys from Google and paste them into the `config/settings/production.yml` (and development if you wish) as shown in `config/settings.yml`.\n[obtain a reCAPTCHA API key](https://www.google.com/recaptcha/admin).\n\n### Localization\nYou should have an idea what kind of settings you can adjust there, for localization you might take a look into `config/locales/`\nThere you can adjust the most of the strings found all over the views.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fflipez%2Fturbo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fflipez%2Fturbo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fflipez%2Fturbo/lists"}