Coder Social home page Coder Social logo

isitfedoraruby's Introduction

Welcome to IsItFedoraRuby

IsItFedoraRuby is a web-application for keeping track of the Fedora/Ruby intergration, especially gem->rpm conversion, documentation, and success stories.

This started as a Google Summer of Code 2012 project.

Installation

In order to install this web app, you can clone the repo from github, and run rails server to run it locally.

Before you run the web app, make sure you have both RubyGem and FedoraRpm info imported into the database. To do so, please run the following command.

Step 1

Make sure you import the full lists of gems and rpms first, by running the following commands.

rake database:import_gems[refresh_list] to import RubyGem list (without metadata).

rake database:import_rpms[refresh_list] to import Fedora Rpm list (without metadata).

Step 2

Import gems and rpms in batches (recommended).

rake database:import_gems[batch, 50, 10] to import gems in batches, 50 per batch, 10 seconds delay.

rake database:import_rpms[batch, 50, 10] to import rpms in batches, 50 per batch, 10 seconds delay.

Or, import them in one go (not recommended).

rake database:import_gems[all] to import all gems.

rake database:import_rpms[all] to import all rpms.

Please take note that the importing process can take a long time, depending on your network connection as well as the server load. Try to use batch mode to import and set reasonably small batch numbers, in order to lessen the burden to the servers.

Step 3

If you already have gems and/or rpms imported, and only want to update them, run the following commands.

rake database:update_gems[7] to update gems whose last update time was earlier than 7 days ago.

rake database:update_rpms[7] to update rpms whose last update time was earlier than 7 days ago.

Please Contribute!

As this project is still in its early stage, please feel free to contribute any code or ideas to make it better.

isitfedoraruby's People

Contributors

zuhao avatar movitto avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.