Hi regivanx, I've a working template for reference, check 'Locally install packaged webapp into real device' section https://github.com/gasolin/webapplate/wiki/Development
regards -- Fred ----- 原始郵件 ----- 寄件人: [email protected] 收件人: [email protected] 寄件箱: 2013年7 月30日, 星期二 下午 5:54:13 標題: How can I install packaged app from my server ? 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 _______________________________________________ dev-webapps mailing list [email protected] https://lists.mozilla.org/listinfo/dev-webapps
