Giter Site home page Giter Site logo

openwhisk-website's Introduction

Apache OpenWhisk Website

License

Apache 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.

Quickstart for Local Development

Install Prerequisites

# Verify Node and Node Package Manager are installed
node -v
npm -v

# Verify Ruby is installed
ruby -v

# Install Jekyll, which is used to build the site
gem install jekyll bundler

Clone and start development server

# Clone the repository (and correct branch).
git clone https://github.com/apache/incubator-openwhisk-website.git

# Move into the cloned repo.
cd incubator-openwhisk-website

# Install gem dependencies
bundle install

# Start the development server default location http://127.0.0.1:4000
bin/develop

How to Build Jekyll to Output Static Files

If you need to generate static files, run the following:

# NOTE: Make sure you have already cloned the repository and moved into the directory.

# Build the site.
bundle exec jekyll build

This 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.

Troubleshooting

If you get an error 'bundle: command not found' attempting to build the site, you may need to manually install the 'bundler' package:

 gem install bundler

Jenkins build

The OpenWhisk.org website is automatically built and published to Apache at: http://openwhisk.incubator.apache.org/

Current Jenkins build status can be checked here: https://builds.apache.org/job/OpenWhisk-website/

Issues

Report bugs, ask questions and request features here on GitHub.

You can also join our slack channel and chat with developers. To get access to our slack channel, please see the instructions here.

License

Licensed under the Apache License, Version 2.0 (the "License").

Unless 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.

openwhisk-website's People

Contributors

mrutkows avatar pritidesai avatar jlengstorf avatar andreasnauerz avatar csantanapr avatar krook avatar jthomas avatar michaelmarth avatar lornajane avatar e-moe avatar akrabat avatar tokida avatar

Stargazers

 avatar

Watchers

 avatar James Cloos avatar rodric rabbah avatar  avatar  avatar

Forkers

juice10

openwhisk-website's Issues

Develop Logo/Trademark policy and page

We should author the official policy on the Wiki (and allow comments from "dev" list), but can draft and prepare a page for it on the website as well. In addition, we should show all the approved logos and describe request process (i.e., provide a template in lieu of a FORM) that can be sent to our "private" PPMC email list to request various usages for conferences/tradeshows.

Like what NodeJS did: https://nodejs.org/en/about/trademark/

could look to draft some rough variant of the text along with request template/process.

Add Quotes to Community Page

Quote 1:

“Apache OpenWhisk relieved us from all of our pain points. It allowed us to focus on coding instead of operational aspects, guaranteed optimal utilization and scaling, [and] provided us with a flexible programming model.”

– Barry Nijenhuis, SiteSpirit

Quote 2:

“Apache OpenWhisk’s modular and effective ecosystem twisted our minds and now we’re able to deploy and connect different parts of our apps and infrastructure easily.”

– André Poleza, Co-Founder of Nepente

Footer Updates

Please update footer for:

  1. Add Apache Incubator logo in footer
  2. Enlarge the text of the footer

Documentation scrolls horz. on small media

There should be a better way to wrap the Content text, but allow for scrolling only on the code samples. That is, you should not need to scroll on a mobile phone to read the majority of the developer/operator/contrib. documentation.

Need to provide links/method to point to releases

It is an Apache requirement, now that we have an official release, to provide the link to it (and future releases) from our project website. We need a methodology to do so; I would prefer deriving a dynamic list in a widget/frame on along the right column of the main page (and plan to include other widgets above/below it) without taking up too much vertical space.

Having said this preference, we have spent lots of time to assure that the CSS layouts work on tablets and even phone form factors. We need a solution that scales with at least these 3 appx. screen size in mind.

Add Quotes (somewhere) and remove old pages

a) Extract quotes from these pages:
_layouts/developers.html
_layouts/creators.html
_layouts/contributors.html

and move to a file under _includes/partial and import it where we will use it.

b) create a single slideshow on some page (home?) using this quote widget.
c) then delete the old pages.
d) look to delete anonymous quotes (e.g., from Twiiter)
e) look to add new quotes from "Supporters" and partners at Apache. (perhaps solicit on "Dev" list or directly).

Create README Templates for Deployment methods

We would like to link every deployment README to openwhisk website documentation page. And to provide a uniform experience throughout all deployment methods, create a common template so that every deployment repos can change its README.md based on that template.

Highlight CWIKI link

Add link to OpenWhisk cwiki page, please identify appropriate location and add it.

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.