Skip to content

AneresArsenal/feedback-main

 
 

Repository files navigation

feedback-main

Install

You need first:

docker (https://docs.docker.com/install/)
docker-compose (https://docs.docker.com/compose/install/#install-compose)

For the webapp development:

yarn (https://yarnpkg.com/en/docs/install)

Specially for macosx users:

brew install coreutils

Then for everybody:

  ./fb start

Migration

For a new revision:

  ./fb alembic revision

Deploy

Check the repo is updated with the last master. Then:

  ./fb -t I.P.S. tag

Do a git tag if you want to know the current tag. After having checked that the ci worked, as an example:

  ./fb -e staging -t 3.0.1 deploy

first deploy

In development mode, create the init_schema.sql that will be the first revision in your scalingo alembic stacks:

  ./fb create-init-schema;
  git commit -m "created init_schema.sql";
  git push

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 57.4%
  • JavaScript 28.9%
  • SCSS 7.0%
  • PLpgSQL 4.2%
  • Shell 2.3%
  • Dockerfile 0.1%
  • Other 0.1%