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

Support windows (it's pretty easy) #54

Closed
infa-mpaetzol opened this issue Dec 16, 2018 · 0 comments
Closed

Support windows (it's pretty easy) #54

infa-mpaetzol opened this issue Dec 16, 2018 · 0 comments

Comments

@infa-mpaetzol
Copy link

To support windows :

In server.py just change a few lines:
def index():
# we need terraform, graphviz, and an init-ed terraform project.
if not which('terraform') or not which('dot'):
if not which('terraform.exe') or not which('dot.exe'):
return render_template('error.html')
if not os.path.exists('.terraform'):
return render_template('error.html')

@infa-mpaetzol infa-mpaetzol changed the title Support windows Support windows (it's pretty easy) Dec 16, 2018
28mm added a commit that referenced this issue Jan 4, 2019
@28mm 28mm closed this as completed Jun 27, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants