Skip to content

Dev version of the ballerina.io website

License

Apache-2.0, Unknown licenses found

Licenses found

Apache-2.0
LICENSE
Unknown
license-of-site.md
Notifications You must be signed in to change notification settings

gayaldassanayake/ballerina-dev-website

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

ballerina-platform.github.io

ballerina-platform.github.io - Github pages based ballerina.io website

Run website locally with docker

Execute following command to build the docker image

docker build -t ballerina-web . 

Execute following command to run the container.

docker run -p 4000:4000 ballerina-web

Access website using http://localhost:4000/

Run website locally with Jekyll and bundler gems

Execute following command to install Jekyll

gem install jekyll bundler

Execute following command to install required gems

Run bundle install within project directory to install required gems.

Build the site and make it available on a local server

bundle exec jekyll serve

Troubleshooting Tips:

  1. For more information on the installation instructions, see the Jekyll Installation Documentation.
  2. If you get the cannot load such file -- webrick error, execute the bundle add webrick command.

About

Dev version of the ballerina.io website

Resources

License

Apache-2.0, Unknown licenses found

Licenses found

Apache-2.0
LICENSE
Unknown
license-of-site.md

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 98.5%
  • JavaScript 0.6%
  • Ballerina 0.5%
  • CSS 0.4%
  • Less 0.0%
  • SCSS 0.0%