{"id":14987845,"url":"https://github.com/apache/openwhisk-website","last_synced_at":"2025-07-24T15:33:42.778Z","repository":{"id":38242175,"uuid":"62259667","full_name":"apache/openwhisk-website","owner":"apache","description":"Apache OpenWhisk website (openwhisk.apache.org) content; built using Jekyll","archived":false,"fork":false,"pushed_at":"2025-07-20T16:47:03.000Z","size":43280,"stargazers_count":21,"open_issues_count":15,"forks_count":48,"subscribers_count":39,"default_branch":"master","last_synced_at":"2025-07-22T15:54:37.687Z","etag":null,"topics":["apache","cloud","docker","faas","functions","functions-as-a-service","kubernetes","openwhisk","serverless","serverless-architectures","serverless-functions"],"latest_commit_sha":null,"homepage":"https://openwhisk.apache.org/","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/apache.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"security.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-06-29T21:39:24.000Z","updated_at":"2025-07-20T16:26:51.000Z","dependencies_parsed_at":"2023-02-10T04:45:50.966Z","dependency_job_id":"60779af5-cfdb-49da-86ba-6327362a9578","html_url":"https://github.com/apache/openwhisk-website","commit_stats":{"total_commits":379,"total_committers":46,"mean_commits":8.23913043478261,"dds":0.7757255936675462,"last_synced_commit":"142c6027ca8128adde394a31484ea21bc8c53430"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/apache/openwhisk-website","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apache%2Fopenwhisk-website","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apache%2Fopenwhisk-website/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apache%2Fopenwhisk-website/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apache%2Fopenwhisk-website/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/apache","download_url":"https://codeload.github.com/apache/openwhisk-website/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apache%2Fopenwhisk-website/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266596496,"owners_count":23953888,"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","status":"online","status_checked_at":"2025-07-22T02:00:09.085Z","response_time":66,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"robots_txt_url":"https://github.com/robots.txt","online":true,"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":["apache","cloud","docker","faas","functions","functions-as-a-service","kubernetes","openwhisk","serverless","serverless-architectures","serverless-functions"],"created_at":"2024-09-24T14:15:33.837Z","updated_at":"2025-07-24T15:33:42.758Z","avatar_url":"https://github.com/apache.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003c!--\n#\n# Licensed to the Apache Software Foundation (ASF) under one or more\n# contributor license agreements.  See the NOTICE file distributed with\n# this work for additional information regarding copyright ownership.\n# The ASF licenses this file to You under the Apache License, Version 2.0\n# (the \"License\"); you may not use this file except in compliance with\n# the License.  You may obtain a copy of the License at\n#\n#     http://www.apache.org/licenses/LICENSE-2.0\n#\n# Unless required by applicable law or agreed to in writing, software\n# distributed under the License is distributed on an \"AS IS\" BASIS,\n# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n# See the License for the specific language governing permissions and\n# limitations under the License.\n#\n--\u003e\n\n# Apache OpenWhisk Website\n\n[![License](https://img.shields.io/badge/license-Apache--2.0-blue.svg)](http://www.apache.org/licenses/LICENSE-2.0) \n[![Build Status](https://travis-ci.com/apache/openwhisk-website.svg?branch=master)](https://travis-ci.com/github/apache/openwhisk-website)\n\nApache OpenWhisk is a cloud-first distributed event-based programming service. It provides a programming model to upload event handlers to a cloud service, and register the handlers to respond to various events.\n\n## Quickstart for Local Development\n\n### Install Prerequisites\n\n- Download and install Node.js (recommend v12 LTS): see [https://nodejs.org/](https://nodejs.org/)\n- Download and install NPM (recommend v6.14 latest): see [https://www.npmjs.com/package/npm](https://www.npmjs.com/package/npm)\n- Download and install Ruby (recommend v2.7.2 stable): see [https://www.ruby-lang.org/en/documentation/installation/](https://www.ruby-lang.org/en/documentation/installation/)\n    \u003e **Note** Currently, the website's Jekyll version will not compile with Ruby version 3 or higher.\n    - If you need to manage multiple Ruby versions, you may use [https://github.com/rbenv/rbenv](https://github.com/rbenv/rbenv). See [Using rbenv](#using-rbenv) below.\n\n\n```sh\n# Verify Node and Node Package Manager are installed\nnode -v\nnpm -v\n\n# Verify Ruby is installed\nruby -v\n\n# Install Jekyll, which is used to build the site\ngem install jekyll bundler\n```\n\n### Clone and start development server\n\n```sh\n# Clone the repository (and correct branch).\ngit clone https://github.com/apache/openwhisk-website.git\n\n# Move into the cloned repo.\ncd openwhisk-website\n\n# Install gem dependencies\nbundle install\n\n# Start the development server default location http://127.0.0.1:4000\nbin/develop\n```\n\n### Validate HTML, links and more\n\nTo make sure nothing is broken on the website we use [html-proofer](https://github.com/gjtorikian/html-proofer),\nit checks to see if any of the links 404s, if the HTML is valid, images have alt tags and more.\n\nRun the following command to run html-proofer:\n\n```sh\nbin/test\n```\n\n## How to Build Jekyll to Output Static Files\n\nIf you need to generate static files, run the following:\n\n```sh\n# NOTE: Make sure you have already cloned the repository and moved into the directory.\n\n# Build the site.\nbundle exec jekyll build\n```\n\nThis will build static files to a directory called `_site/` in the project root. This can be used for manual deployment to a static server or with build tools like Jenkins.\n\n## Updating CSS files\n\nSome browsers will continue to use cached copies of \".css\" files even though the styles/content in the files has changed significantly.  If you make any changes that affect layout, you SHOULD increment the (artificial) version number on the query parameter on the ```\u003clink\u003e``` within [default.html](_layouts/default.html) which will cause (force) some clients to pull down a new ```main.css``` file (and all the cascading CSS imports as well):\n\n```html\n\u003clink rel=\"stylesheet\" href=\"{{ site.github.url }}/css/main-v1.css?v=1.12\"\u003e\n```\n\nfor example, update \"?v1.12\" to \"?v1.13\".\n\n```html\n\u003clink rel=\"stylesheet\" href=\"{{ site.github.url }}/css/main-v1.css?v=1.13\"\u003e\n```\n\n## Using `rbenv`\n\nIf you need to maintain your existing system Ruby version, you can use the [https://github.com/rbenv/rbenv](https://github.com/rbenv/rbenv) utility to dynamically switch to the version this project requires.\n\nThe project already has a `.ruby_version` file which indicates it requires Ruby 2.7.2.  All you need do is assure once `rbenv` is installed that you issue the following commands (one time) from the bash shell you wish to compile the project:\n\n```sh\n$ rbenv init\n$ rbenv install 2.7.2\n$ rbenv global 2.7.2\n$ eval \"$(rbenv init -)\"\n```\n\nWhen opening subsequent bash terminals, you need only issue the following command (as `rbenv init` has updated your system `.bash_profile`):\n\n```sh\neval \"$(rbenv init -)\"\n```\n\nYou can verify the version changed by using:\n\n```sh\n$ rbenv global\n$ ruby -v\n```\n\n## Troubleshooting\n\nIf you get an error 'bundle: command not found' attempting to build the site, you may need to manually install the 'bundler' package:\n\n```sh\n gem install bundler\n```\n\n### Jenkins build\n\nThe OpenWhisk.org website is automatically built and published to Apache at:\nhttps://openwhisk.apache.org/\n\nCurrent Jenkins build status can be checked here:\n[https://builds.apache.org/job/OpenWhisk-website/](https://builds.apache.org/job/OpenWhisk-website/)\n\n### Issues\n\nReport website bugs, ask questions and request features [here on GitHub](https://github.com/apache/openwhisk-website/issues).\n\nYou can also join our slack domain and chat with developers. Please visit here to sign up:\n[https://openwhisk.apache.org/slack.html](https://openwhisk.apache.org/slack.html)\n\n### License\n\nLicensed under the [Apache License, Version 2.0 (the \"License\")](http://www.apache.org/licenses/LICENSE-2.0.html).\n\nUnless required by applicable law or agreed to in writing, software distributed under the license is distributed on an \"as is\" basis, without warranties or conditions of any kind, either express or implied. See the license for the specific language governing permissions and limitations under the license.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fapache%2Fopenwhisk-website","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fapache%2Fopenwhisk-website","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fapache%2Fopenwhisk-website/lists"}