Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make works on windows #6

Open
huogerac opened this issue Dec 18, 2021 · 4 comments
Open

Make works on windows #6

huogerac opened this issue Dec 18, 2021 · 4 comments
Labels
enhancement New feature or request

Comments

@huogerac
Copy link
Owner

Description

Run the command cookiecutter repo URL
Answer the questions
Run the extra commands

Make sure it is working on windows

Didn't work?
Create a bug with the errors and details...

@huogerac huogerac added the enhancement New feature or request label Dec 18, 2021
@GetulioCastro
Copy link

Yes it works on windows perfectly

@GetulioCastro
Copy link

`PS C:\Users\augus\Documents\projetos\cookiecutter-flask-openapi> .venv/Scripts/activate
(.venv) PS C:\Users\augus\Documents\projetos\cookiecutter-flask-openapi> docker-compose up --build
ERROR:
Can't find a suitable configuration file in this directory or any
parent. Are you in the right directory?

    Supported filenames: docker-compose.yml, docker-compose.yaml, compose.yml, compose.yaml

(.venv) PS C:\Users\augus\Documents\projetos\cookiecutter-flask-openapi>
Error_Script
`

@GetulioCastro
Copy link

GetulioCastro commented Dec 19, 2021

`(.venv) PS C:\Users\augus\Documents\projetos\cookiecutter-flask-openapi> make virtualenv
make : O termo 'make' não é reconhecido como nome de cmdlet, função, arquivo de script ou programa operável. Verifique a grafia do nome ou, se um
caminho tiver sido incluído, veja se o caminho está correto e tente novamente.
No linha:1 caractere:1

  • make virtualenv
  •   + CategoryInfo          : ObjectNotFound: (make:String) [], CommandNotFoundException
      + FullyQualifiedErrorId : CommandNotFoundException
    
    

(.venv) PS C:\Users\augus\Documents\projetos\cookiecutter-flask-openapi> `

Este erro acontece quando tento rodar o comando "make virtualenv"

@GetulioCastro
Copy link

To have the clone of this application running on your Windows PC, just follow the steps below:
Install WSL (activating);
Install Docker Desktop (activating);
Create a new folder via CMD/Power Shell and run "cookiecutter" commands

==========================================================

Para ter o clone desta aplicação rodando em seu PC Windows, basta seguir os passos abaixo:
Instalar o WSL (ativando);
Instalar o Docker Desktop (ativando);
Criar uma pasta nova via CMD/Power Shell e rodar os comandos do "cookiecutter"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants