8000 GitHub - waldirborbajr/nfeimport: Importador de NFe v4.0
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
This repository was archived by the owner on Oct 26, 2021. It is now read-only.

waldirborbajr/nfeimport

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Este projeto foi arquivado, para uma nova versao melhorada, acessar o novo repositório.

Este projeto migrou para - https://gitlab.com/wborbajr/nfeloader

Se voce gostou ou esta utilizando, me ajude a melhorar cada vez mais. https://www.buymeacoffee.com/wborbajr

Obrigado

NFeImport 4.0.1/2020

Docker

Docker Dev

docker-compose up --force-recreate --build && docker-compose down --remove-orphans
docker run -dit --restart always nfeimport /bin/bash

Docker Prod

docker-compose -f docker-compose.prod.yaml up && docker-compose -f docker-compose.prod.yaml down --remove-orphans
docker-compose -f docker-compose.prod.yaml up --force-recreate --build && docker-compose -f docker-compose.prod.yaml down --remove-orphans

Manualy execution

docker-compose -f docker-compose.prod.yaml up -d
docker exec -it ct_python /bin/bash
docker-compose logs -f -t

WARNING

BEWARE

docker container prune
docker network prune
docker image prune

docker system prune -a
docker image rm $(docker images --format "{{.ID}}" --filter "dangling=true")

Images
docker rmi $(docker images -a -q)
docker images -f dangling=true
docker images purge

Volumes
docker volume ls -f dangling=true
docker volume prune

From Master to Main

# Step 1
# create main branch locally, taking the history from master
git branch -m master main

# Step 2
# push the new local main branch to the remote repo (GitHub)
git push -u origin main

# Step 3
# switch the current HEAD to the main branch
git symbolic-ref refs/remotes/origin/HEAD refs/remotes/origin/main

git branch -a

# Step 4
# change the default branch on GitHub to main
# https://docs.github.com/en/github/administering-a-repository/setting-the-default-branch

# Step 5
# delete the master branch on the remote
git push origin --delete master

git branch -a

ref.: https://stevenmortimer.com/5-steps-to-change-github-default-branch-from-master-to-main/

About

Importador de NFe v4.0

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0