owen9825 / tanuki.ai

A static website for introducing people to vision-based hospitality analytics

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tanuki.ai

This site is based on @mattvh's Solar Theme for Jekyll

Installation

  • Install Ruby Virtual Environment so that the Ruby gems you install will be isolated from any of your other projects.
    • You'll need to change your gnome profile, so you might like to keep a separate profile launched with gnome-terminal --window-with-profile=my_ruby_profile
    • rvm install ruby-head
      rvm use ruby-head
  • Install the github-pages gem to reproduce the environment used for hosting GitHub Pages: gem install github-pages
  • Install Jekyll and all its dependencies.
  • Ensure that Node.js exists in your system PATH as node: which node. If not, you will need to create a link to nodejs
  • Install Bower: sudo npm install -g bower
  • Install the sitemap plugin: gem install jekyll-sitemap
  • Configure the S3 connector.

Running locally

bundle install
bower install
bundle exec jekyll build
bundle exec jekyll serve

Pushing changes

  • Change the URL in _config.yml
  • Rebuild (bundle exec jekyll build)
  • Change the bucket in s3_website.yml
  • Push the changes to your bucket: s3_website push

Demo

You can see this site running on GitHub Pages.

License

GPLv2 or higher

About

A static website for introducing people to vision-based hospitality analytics


Languages

Language:CSS 55.4%Language:HTML 31.7%Language:JavaScript 12.1%Language:Ruby 0.8%