Giter Club home page Giter Club logo

ibm.github.io's Introduction

Portal for IBM @ GitHub

This repository is rendered online at http://ibm.github.io, it contains a listing of repositories that are open source and maintained by IBM teams.

Adding a new repo to the listing

In order to have your repository show up at http://ibm.github.io, a minor change to orgs.js is required.

  • To add a single repository add a new entry to orgs.js, specify the Github organization name and the repository name (separate them with a /), and set the type to repo, an example can be seen below:
  {
      "name": "RuntimeTools/appmetrics",
      "type": "repo"
  }
  • To add all the repositories in a Github organization add a new entry to orgs.js, specify the Github organization name, and set the type to org, an example can be seen below:
  {
      "name": "IBMResilient",
      "type": "org"
  }

To test changes locally

From within the top level folder of the cloned repository run:

$ python -m http.server {port}

For example: python -m http.server 8000 -> Open the following URL in a browser:

http://localhost:8000/

Quick Git tutorial

  1. Clone the repository and checkout a new branch
$ git clone https://github.com/IBM/ibm.github.io
$ git checkout -b branch_name
  1. Update the files you'd like to change
  2. Push the changes upstream
$ git add file1 file2
$ git commit -m "add your commit message here"
$ git push origin branch_name
  1. View your branch in Github and create a Pull Request

ibm.github.io's People

Contributors

christo4ferris avatar stevemart avatar kineticsquid avatar johnkellerman avatar stevemar avatar sefror avatar nitair avatar ckadner avatar srl295 avatar jogendra avatar qwertyzw avatar josegonzalez avatar victoriao avatar clydei avatar timlynar avatar pettalves avatar ukmadlz avatar imgbotapp avatar daphoenix avatar wongalvis avatar honzi avatar kalebwalton avatar cphrmky avatar mikespicer avatar rmg avatar smoonen avatar hesmer-ibm avatar ittate avatar osogami avatar bradleyjeck avatar

Watchers

James Cloos avatar  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.