Coder Social home page Coder Social logo

birdiy-server's Introduction

Birdiy Server

Development

Start dev server

mix phx.server

Start dev server with iex console

iex -S mix.phx server

Deployment

Ping

mix edeliver ping [staging|production]

Check status

mix edeliver status [staging|production]

Build release

Production

env RELEASE_STORE=.deliver/releases/production/ BIRDIY_BUILD_HOST=birdiy-build-prd mix edeliver build release --tag=v0.x.x

Staging

env RELEASE_STORE=.deliver/releases/staging/ BIRDIY_BUILD_HOST=birdiy-build-stg mix edeliver build release --tag=v0.x.x

Deploy release

Production

env RELEASE_STORE=.deliver/releases/production/ mix edeliver deploy release to production --version=0.x.x

Staging

env RELEASE_STORE=.deliver/releases/staging/ mix edeliver deploy release to staging --version=0.x.x

Build upgrade

Production

env RELEASE_STORE=.deliver/releases/production/ BIRDIY_BUILD_HOST=birdiy-build-prd mix edeliver build upgrade --with=0.x.x --to=v0.x.x

Staging

env RELEASE_STORE=.deliver/releases/staging/ BIRDIY_BUILD_HOST=birdiy-build-stg mix edeliver build upgrade --with=0.x.x --to=v0.x.x

Deploy upgrade

Production

env RELEASE_STORE=.deliver/releases/production/ mix edeliver deploy upgrade to production --version=0.x.x

Staging

env RELEASE_STORE=.deliver/releases/staging/ mix edeliver deploy release to staging --version=0.x.x

After deployment

  • Do copy /home/deploy/apps/birdiy/releases/start_erl.data to /home/deploy/apps/birdiy/var/start_erl.data or just delete the latter one, it would genereate a correct one automatically. edeliver/edeliver#314

birdiy-server's People

Contributors

ccmikechen avatar

Stargazers

 avatar  avatar

Watchers

James Cloos avatar

birdiy-server's Issues

Complete tests

Complete tests for Schema, Controllers, Absinthe Schema, Resolvers, Types...(currently is auto generated only and not working).

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.