Skip to content

ryba-io/ryba-www

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

75 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ryba Docs

Source code for the Ryba website.

Getting Started

git clone https://github.com/ryba-io/ryba-www.git ryba-www
cd ryba-www
cat /root/.bowerrc
npm install
# Build the container
docker build -t ryba-www .
# Start nginx unless already running
docker run -d -p 91.121.35.92:80:80 -v /var/run/docker.sock:/tmp/docker.sock:ro jwilder/nginx-proxy
# Serve the CSV documentation
docker run -e VIRTUAL_HOST=ryba.io -d -p 3000 ryba-www

Releases

No releases published

Packages

No packages published

Languages