google / cauliflowervest

App Engine-based escrow solution for enterprise management of disk encryption technologies for OS X (FileVault 2), Windows (BitLocker), and Linux (LUKS).
Apache License 2.0
279 stars 47 forks source link

App Engine Upload Error #16

Open connorwiggins01 opened 6 years ago

connorwiggins01 commented 6 years ago

After uploading the cauliflower vest server code to an app engine instance (using google cloud SDK shell on both mac and windows) I get the following traceback when visiting my appspot URL

it seems it cant find the cailiflowervest module, has any one come across this before?

Traceback (most recent call last): File "/base/alloc/tmpfs/dynamic_runtimes/python27/8882c914eb6132e9_unzipped/python27_lib/versions/1/google/appengine/runtime/wsgi.py", line 240, in Handle handler = _config_handle.add_wsgi_middleware(self._LoadHandler()) File "/base/alloc/tmpfs/dynamic_runtimes/python27/8882c914eb6132e9_unzipped/python27_lib/versions/1/google/appengine/runtime/wsgi.py", line 299, in _LoadHandler handler, path, err = LoadObject(self._handler) File "/base/alloc/tmpfs/dynamic_runtimes/python27/8882c914eb6132e9_unzipped/python27_lib/versions/1/google/appengine/runtime/wsgi.py", line 85, in LoadObject obj = import(path[0]) ImportError: No module named cauliflowervest

maximermilov commented 6 years ago

using google cloud SDK

Do you use Cloud SDK directly?

connorwiggins01 commented 6 years ago

Im using google cloud SDK Shell on a windows 10 laptop, signed in as a admin for my Project App Engine

I used to following command to create the app engine instance from the root folder of the cauliflower vest code

gcloud app deploy app.yaml --projectname --version 1

maximermilov commented 6 years ago

Please follow instruction: https://github.com/google/cauliflowervest/wiki/AdminSetup

We only support deployment via bazel.