Hi, I want to install mortar-app-stub like packaged app from my server for test.
I try to follow Mozilla procedure: https://developer.mozilla.org/en-US/docs/Web/Apps/Packaged_apps I use Linux. $ git clone https://github.com/mozilla/mortar-app-stub myapp # download app $ zip -r package.zip myapp # compress $ gedit package.manifest install.html & # create Mozilla files, remplace “<server-ip>” by “localhost” $ cp package.zip package.manifest install.html ~/server # copy files to server root. I run Firefox OS simulator and go to http://localhost/install.html Then, I got the error message : “My App install failed” and the folder: ~/.mozilla/firefox/fggbnctv.default/extensions/[email protected]/profile/webapps/{d864eb8c-fb3f-4116-8040-9161a233a1f4} contains only the update.webapp file. Note that I use Apache as a server without special modification. _______________________________________________ dev-webapps mailing list [email protected] https://lists.mozilla.org/listinfo/dev-webapps
