Coder Social home page Coder Social logo

imagegenerator's Introduction

Say it like eBay Kleinanzeigen

This is a unofficial sinatra website to generate the text with the eBay Kleinanzeigen style

Run

Sinatra

bundle install
bundle exec rackup config.ru -p 80 -s thin -o 0.0.0.0

Docker

Build your own image

docker build -t <your_name>  .

docker run -d \
	-p 8080:80 \
	--restart on-failure \
	<your_name>

Or run the one on the hub.

docker run -d \
	-p 8080:80 \
	--restart on-failure \
	ignazioc/image_generator:0.2

How to update the docker image:

  1. Login to docker docker login --username=yourhubusername [email protected]
  2. Build the docker image docker build -t ignazioc/image_generator:0.3 .
  3. Push on the hub docker push ignazioc/image_generator

For running on a single machine, just run the docker command. For a multi-docker environment find the docker-compose file, change the tag of the image and execute again with docker-compose up -d

imagegenerator's People

Contributors

dependabot[bot] avatar ignazioc avatar

Watchers

 avatar  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.