Giter Club home page Giter Club logo

pawfect-match's Introduction

Pawfect Match

For best results with managing dependencies, running, and editing files:

  • Install Docker
  • In your command-line, run docker build -t pawfect .
  • You may or may not need sudo for all docker commands
  • Spin up a docker container with a bind mount to the site folder:
    • While in the pawfect-match repo folder: docker run -d --name pawfect-site -v "$(pwd)"/site:/pawfect/site/ -p 5000:5000 pawfect
    • Your container is now running in the background.
    • Inside the container, the flask app is being served to localhost:5000 and that port is "linked" to your computer's port 5000.
    • There is a folder /pawfect/site inside the container that has everything that your current /site folder contains.
    • If you want to interact with the container, changed the -d (detached) to -it (interactive).
  • You can now visit the site at http://localhost:5000 and edit files in pawfect-match/site as normal.

pawfect-match's People

Contributors

mgsats avatar erinthered avatar silvenac avatar

Watchers

James Cloos avatar  avatar

Forkers

tommi-tsuruga

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.