GithubHelp home page GithubHelp logo

staeff / todo-backend-site Goto Github PK

View Code? Open in Web Editor NEW

This project forked from todobackend/todo-backend-site

0.0 0.0 0.0 2.26 MB

source for the TodoBackend website

Home Page: http://www.todobackend.com

Ruby 34.12% HTML 28.65% JavaScript 0.54% CoffeeScript 6.74% CSS 20.29% Shell 8.11% Dockerfile 1.55%

todo-backend-site's Introduction

todo-backend-site

Source for www.todobackend.com. This is a middleman-based static website.

built and deployed to S3 via: CircleCI

Adding a new implementation listing

To add a new Todo-Backend implementation:

  • edit data/implementations.yaml
  • add any new tags to data/impl_tags.yaml
  • and add logos to source/images/logos.

Running a local instance of the site from source

  • Make sure you have git submodules set up with git submodule update --init --recursive
  • Install required gems with bundle install
  • build the site with bundle exec rake build
  • run a dev server with bundle exec middleman

Running the site via docker

A dockerized version of the site is available on Docker Hub as moredip/todo-backend-site.

Make sure you have git submodules set up with git submodule update --init --recursive

You can run the site within a container while still incorporating local changes:

docker run -p 4567:4567 -v "${PWD}/data:/opt/docker/data" -v "${PWD}/source:/opt/docker/source" moredip/todo-backend-site build serve

If you prefer Docker Compose there's a docker-compose.yml in the root of the source repo, so you can just do:

docker-compose run --service-ports site

and you'll have the site running on port 80 of your Docker host.

todo-backend-site's People

Contributors

moredip avatar platramos avatar chelsclee avatar jsphyin avatar pamo avatar chiahuang avatar dependabot[bot] avatar raboof avatar kylehodgson avatar jesspittman avatar johannea avatar daviddenton avatar joshrotenberg avatar mgroves avatar loganwright avatar kixpanganiban avatar johanvogelzang avatar jhedev avatar ilya-murzinov avatar faerbit avatar danielsiwiec avatar tonycheang avatar panesofglass avatar olberger avatar whitfieldc avatar gregoirew avatar wendal avatar selvakn avatar sdqali avatar tachyus-ryan 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.