Confirmed users
2,959
edits
| Line 70: | Line 70: | ||
# Update test case document by adding and modifying existing test cases and removing obsolete test cases | # Update test case document by adding and modifying existing test cases and removing obsolete test cases | ||
=== | === Native App Generation === | ||
Native app generation just means allowing the user to install apps natively on their machine. This is equivalent to installing a program or application. If you would like to check it out, please follow these steps (advanced) or simply install one of the extensions from [http://people.mozilla.com/~dclarke/openwebapps/Extension/ here]:<br> | |||
Native app generation just means allowing the user to install apps natively on their machine. This is equivalent to installing a program or application. If you would like to check it out, please follow these steps (advanced) or simply install one of the extensions from [http://people.mozilla.com/~dclarke/openwebapps/Extension/ here]:<br> | |||
#Install the addon-sdk (from github as the release version will not work) - https://github.com/mozilla/addon-sdk<br> | #Install the addon-sdk (from github as the release version will not work) - https://github.com/mozilla/addon-sdk<br> | ||
| Line 83: | Line 79: | ||
#In a terminal, cd into the addon-sdk folder and type: bin\activate (windows) or source bin/activate (linux)<br> | #In a terminal, cd into the addon-sdk folder and type: bin\activate (windows) or source bin/activate (linux)<br> | ||
#cd into openwebapps/addons/jetpack<br> | #cd into openwebapps/addons/jetpack<br> | ||
#Type: cfx run | #Type: cfx run | ||
==== <u></u>Extension Builds<u></u> ==== | ==== <u></u>Extension Builds<u></u> ==== | ||