Skip to content

reitermb/raft-tech.github.io

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Raft Website

Website Website

This repo contains the source code for Raft's website, using Jekyll (based on Centrarium theme).

Localhost

To run the site locally from source, you will need to Install Jekyll and then:

cd ~/
mkdir raft
cd raft
git clone [email protected]:raft-tech/raft-tech.github.io.git
cd raft-tech.github.io.git
gem install bundler
bundle exec jekyll pagemaster --no-permalink about
bundle exec jekyll serve

# raft website avilable at http://localhost:4000

Docker

Build and deploy locally using Docker

docker build . -t=raft-website

docker run -p 80:80 raft-website

Kubernetes Config Files

Update the Image value in raft-website-deploy and deploy raft-website on Kubernetes:

kubectl apply -f kubernetes/raft-website-deploy.yaml
kubectl apply -f kubernetes/raft-website-svc.yaml

To get the external IP:

kubectl get svc raft-website-svc

Releases

No releases published

Packages

No packages published

Languages

  • CSS 48.9%
  • HTML 45.8%
  • Ruby 5.1%
  • Dockerfile 0.2%