GithubHelp home page GithubHelp logo

prestosql.io's Introduction

prestosql.io

The source for the Presto community website available at https://prestosql.io/.

The site uses Jekyll and markdown.

Build and Run Locally

In general, you need Ruby, gems, Bundler and Jekyll.

Detailed steps for macOS follow below. Similar commands work for various Linux distros.

macOS

Initial setup:

Install ruby in brew:

brew install ruby

Add brew ruby in front of system ruby:

PATH=/usr/local/opt/ruby/bin:$PATH
PATH=/usr/local/lib/ruby/gems/2.6.0/bin:$PATH

Install bundler:

gem install bundler

Install gems for site:

bundle install

Run server:

bundle exec jekyll serve

With the server running you can access the site on http://localhost:4000.

Additional Notes

Verify pages render correctly on phone

You can run the server on your computer and then verify the pages render correctly on a phone. By default the server only binds to localhost, so it is not accessible on your local network. Add --host 0.0.0.0 to the bundle exec command to have the server bind to the external IP addresses on your computer.

View future posts

Posts with future dates do not normally render. Add --future to the bundle exec command to see these.

prestosql.io's People

Contributors

bitsondatadev avatar dain avatar ebyhr avatar electrum avatar elonazoulay avatar findepi avatar frolovv avatar huangfeng1993 avatar lewuathe avatar martint avatar mosabua avatar phd3 avatar puneetjaiswal avatar raunaqmorarka avatar rzeyde-varada avatar shubhamtagra avatar takezoe avatar vijaymann avatar vincentpoon avatar vweevers 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.