Giter VIP home page Giter VIP logo

mix_phx_alt's Introduction

Demo

Local development

  • Prerequisites:

    • Elixir and Erlang, as specified in .tool-versions
    • A running PostgreSQL server instance, listening on port 5432, having the user postgres with the password postgres.
  • (Re)initializing the database: mix ecto.reset

  • Running tests: mix test

  • Running a local development server: iex -S mix phx.server

  • Running a prod-compiled version locally:

    mix demo.gen.default_prod_config
    mix assets.deploy
    MIX_ENV=prod iex -S mix
    
  • Building the OTP release and running it locally:

    mix demo.gen.default_prod_config
    mix release
    _build/prod/rel/demo/bin/demo start_iex
    
  • Building the Docker image and running it locally:

    mix demo.gen.default_prod_config
    docker build . -t demo
    docker run --rm -it --net=host demo
    

Starting a new project

  1. git clone [email protected]:sasa1977/mix_phx_alt
  2. git remote rm origin
  3. Case-sensitive replace Demo with YourProjectName
  4. Case-sensitive replace demo with your_project_name
  5. Review LICENSE.md, adapt or remove it, if necessary
  6. Remove this section from README.md
  7. Proceed with the instructions in the local development section

mix_phx_alt's People

Contributors

sasa1977 avatar

Watchers

 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.