Already created the appengine account now struggling to deploy the BITE to appengine. I have changed my login and email information so don't try to read too much into that.
I don't have much knowledge for python I don't any questions or solutions in stackoverflow so here it goes:
1. ran my build script
SF-loginp:bite-project login$ ./build.py
Running command: java -jar deps/soy/SoyToJsSrcCompiler.jar --shouldProvideRequireSoyNamespaces --outputPathFormat genfiles/newbug_type_selector.soy.js tools/bugs/extension/templates/newbug_type_selector.soy
Running command: java -jar deps/soy/SoyToJsSrcCompiler.jar --shouldProvideRequireSoyNamespaces --outputPathFormat genfiles/popup.soy.js extension/templates/popup.soy
Running command: java -jar deps/soy/SoyToJsSrcCompiler.jar --shouldProvideRequireSoyNamespaces --outputPathFormat genfiles/rpf_dialogs.soy.js tools/rpf/extension/templates/rpf_dialogs.soy
Running command: java -jar deps/soy/SoyToJsSrcCompiler.jar --shouldProvideRequireSoyNamespaces --outputPathFormat genfiles/general.soy.js extension/src/project/templates/general.soy
Running command: java -jar deps/soy/SoyToJsSrcCompiler.jar --shouldProvideRequireSoyNamespaces --outputPathFormat genfiles/consoles.soy.js tools/bugs/extension/templates/consoles.soy
Running command: java -jar deps/soy/SoyToJsSrcCompiler.jar --shouldProvideRequireSoyNamespaces --outputPathFormat genfiles/rpfconsole.soy.js tools/rpf/extension/templates/rpfconsole.soy
Running command: java -jar deps/soy/SoyToJsSrcCompiler.jar --shouldProvideRequireSoyNamespaces --outputPathFormat genfiles/newbug_console.soy.js tools/bugs/extension/templates/newbug_console.soy
Running command: java -jar deps/soy/SoyToJsSrcCompiler.jar --shouldProvideRequireSoyNamespaces --outputPathFormat genfiles/settings.soy.js extension/src/project/templates/settings.soy
Running command: java -jar deps/soy/SoyToJsSrcCompiler.jar --shouldProvideRequireSoyNamespaces --outputPathFormat genfiles/explore.soy.js extension/src/project/templates/explore.soy
Running command: java -jar deps/soy/SoyToJsSrcCompiler.jar --shouldProvideRequireSoyNamespaces --outputPathFormat genfiles/locatorsupdater.soy.js tools/rpf/extension/templates/locatorsupdater.soy
Running command: java -jar deps/soy/SoyToJsSrcCompiler.jar --shouldProvideRequireSoyNamespaces --outputPathFormat genfiles/member.soy.js extension/src/project/templates/member.soy
Running command: /usr/bin/python deps/closure/closure-library/closure/bin/build/closurebuilder.py --root=common/extension --root=extension/src --root=tools/bugs/extension/src --root=tools/rpf/extension/src --root=deps/closure/closure-library --root=deps/soy/src --root=genfiles --root=deps/selenium-atoms-lib --input=extension/src/popup.js --output_mode=compiled --output_file=genfiles/popup_script.js --compiler_jar=deps/closure/compiler.jar
Running command: /usr/bin/python deps/closure/closure-library/closure/bin/build/closurebuilder.py --root=common/extension --root=extension/src --root=tools/bugs/extension/src --root=tools/rpf/extension/src --root=deps/closure/closure-library --root=deps/soy/src --root=genfiles --root=deps/selenium-atoms-lib --input=tools/rpf/extension/src/console.js --output_mode=compiled --output_file=genfiles/console_script.js --compiler_jar=deps/closure/compiler.jar
Running command: /usr/bin/python deps/closure/closure-library/closure/bin/build/closurebuilder.py --root=common/extension --root=extension/src --root=tools/bugs/extension/src --root=tools/rpf/extension/src --root=deps/closure/closure-library --root=deps/soy/src --root=genfiles --root=deps/selenium-atoms-lib --input=extension/src/elementhelper.js --output_mode=compiled --output_file=genfiles/elementhelper_script.js --compiler_jar=deps/closure/compiler.jar
Running command: /usr/bin/python deps/closure/closure-library/closure/bin/build/closurebuilder.py --root=common/extension --root=extension/src --root=tools/bugs/extension/src --root=tools/rpf/extension/src --root=deps/closure/closure-library --root=deps/soy/src --root=genfiles --root=deps/selenium-atoms-lib --input=extension/src/content.js --output_mode=compiled --output_file=genfiles/content_script.js --compiler_jar=deps/closure/compiler.jar
Running command: /usr/bin/python deps/closure/closure-library/closure/bin/build/closurebuilder.py --root=common/extension --root=extension/src --root=tools/bugs/extension/src --root=tools/rpf/extension/src --root=deps/closure/closure-library --root=deps/soy/src --root=genfiles --root=deps/selenium-atoms-lib --input=extension/src/background.js --output_mode=compiled --output_file=genfiles/background_script.js --compiler_jar=deps/closure/compiler.jar
Running command: /usr/bin/python deps/closure/closure-library/closure/bin/build/closurebuilder.py --root=common/extension --root=extension/src --root=tools/bugs/extension/src --root=tools/rpf/extension/src --root=deps/closure/closure-library --root=deps/soy/src --root=genfiles --root=deps/selenium-atoms-lib --input=tools/rpf/extension/src/getactioninfo.js --output_mode=compiled --output_file=genfiles/getactioninfo_script.js --compiler_jar=deps/closure/compiler.jar
Running command: /usr/bin/python deps/closure/closure-library/closure/bin/build/closurebuilder.py --root=common/extension --root=extension/src --root=tools/bugs/extension/src --root=tools/rpf/extension/src --root=deps/closure/closure-library --root=deps/soy/src --root=genfiles --root=deps/selenium-atoms-lib --input=extension/src/options/page.js --output_mode=compiled --output_file=genfiles/page_script.js --compiler_jar=deps/closure/compiler.jar
Creating extension bundle.
Creating server bundle.
2. tried installing the BITE server through different folders nothing works: a)server b)deps/mrtaskman/server/ c)tools/bugs/server/appengine/ d)output/server
3 with the folder output/server have an interesting error
appcfg.py --email=
lo...@domain.com update output/server/
01:07 PM Host:
appengine.google.comTraceback (most recent call last):
File "/usr/local/bin/appcfg.py", line 133, in <module>
run_file(__file__, globals())
File "/usr/local/bin/appcfg.py", line 129, in run_file
execfile(script_path, globals_)
File "/Applications/GoogleAppEngineLauncher.app/Contents/Resources/GoogleAppEngine-default.bundle/Contents/Resources/google_appengine/google/appengine/tools/appcfg.py", line 4085, in <module>
main(sys.argv)
File "/Applications/GoogleAppEngineLauncher.app/Contents/Resources/GoogleAppEngine-default.bundle/Contents/Resources/google_appengine/google/appengine/tools/appcfg.py", line 4076, in main
result = AppCfgApp(argv).Run()
File "/Applications/GoogleAppEngineLauncher.app/Contents/Resources/GoogleAppEngine-default.bundle/Contents/Resources/google_appengine/google/appengine/tools/appcfg.py", line 2546, in Run
self.action(self)
File "/Applications/GoogleAppEngineLauncher.app/Contents/Resources/GoogleAppEngine-default.bundle/Contents/Resources/google_appengine/google/appengine/tools/appcfg.py", line 3832, in __call__
return method()
File "/Applications/GoogleAppEngineLauncher.app/Contents/Resources/GoogleAppEngine-default.bundle/Contents/Resources/google_appengine/google/appengine/tools/appcfg.py", line 2983, in Update
appyaml = self._ParseAppInfoFromYaml(self.basepath)
File "/Applications/GoogleAppEngineLauncher.app/Contents/Resources/GoogleAppEngine-default.bundle/Contents/Resources/google_appengine/google/appengine/tools/appcfg.py", line 2800, in _ParseAppInfoFromYaml
appyaml = self._ParseYamlFile(basepath, basename, appinfo_includes.Parse)
File "/Applications/GoogleAppEngineLauncher.app/Contents/Resources/GoogleAppEngine-default.bundle/Contents/Resources/google_appengine/google/appengine/tools/appcfg.py", line 2840, in _ParseYamlFile
defns = parser(fh, open_fn=self.opener)
File "/Applications/GoogleAppEngineLauncher.app/Contents/Resources/GoogleAppEngine-default.bundle/Contents/Resources/google_appengine/google/appengine/api/appinfo_includes.py", line 58, in Parse
appyaml = _MergeBuiltinsIncludes(appinfo_path, appyaml, open_fn)
File "/Applications/GoogleAppEngineLauncher.app/Contents/Resources/GoogleAppEngine-default.bundle/Contents/Resources/google_appengine/google/appengine/api/appinfo_includes.py", line 108, in _MergeBuiltinsIncludes
open_fn=open_fn))
File "/Applications/GoogleAppEngineLauncher.app/Contents/Resources/GoogleAppEngine-default.bundle/Contents/Resources/google_appengine/google/appengine/api/appinfo_includes.py", line 162, in _ResolveIncludes
state, runtime)
File "/Applications/GoogleAppEngineLauncher.app/Contents/Resources/GoogleAppEngine-default.bundle/Contents/Resources/google_appengine/google/appengine/api/appinfo_includes.py", line 222, in _ConvertBuiltinsToIncludes
yaml_path = builtins.get_yaml_path(builtin_name, runtime)
File "/Applications/GoogleAppEngineLauncher.app/Contents/Resources/GoogleAppEngine-default.bundle/Contents/Resources/google_appengine/google/appengine/ext/builtins/__init__.py", line 120, in get_yaml_path
builtin_name, ', '.join(sorted(available_builtins))))
google.appengine.ext.builtins.InvalidBuiltinName: datastore_admin is not the name of a valid builtin.
Available handlers are: admin_redirect, appstats, default, deferred, django_wsgi, remote_api
4 Also tried
ppcfg.py -V 2.0.1.10 -A BITE --email=
lo...@domain.com update tools/bugs/server/appengine/
01:28 PM Host:
appengine.google.comUsage: appcfg.py [options] update <directory>
appcfg.py: error: Directory does not contain an app.yaml configuration file.