Confirmed users
763
edits
(Created page with "Some deep changes to Gaia has landed last week. Gaia now use the Offline Cache mechanism and the Web Apps mechnism to load applications (see https://developer.mozilla.org/en/Usin...") |
(Corrected copy-manifests link) |
||
| Line 7: | Line 7: | ||
In the Gaia root folder you need to run: | In the Gaia root folder you need to run: | ||
|make | |make copy-manifests && make offline| | ||
This step will generate a profile/ folder in your gaia directory that should contains a webapps/ folder and a OfflineCache/ folder. | This step will generate a profile/ folder in your gaia directory that should contains a webapps/ folder and a OfflineCache/ folder. | ||
| Line 29: | Line 29: | ||
In the Gaia root folder run: | In the Gaia root folder run: | ||
|declare -x GAIA_DOMAIN=yourdomain.com| | |declare -x GAIA_DOMAIN=yourdomain.com| | ||
|make appcache-manifests && make | |make appcache-manifests && make copy-manifests && make offline| | ||
Now you have an offline cache database built for your own domain. But there are still some reference to gaiamobile.org in the preferences on the platform (will be fixed) but you can change them via a prefs.js file dropped into the profile/ folder. | Now you have an offline cache database built for your own domain. But there are still some reference to gaiamobile.org in the preferences on the platform (will be fixed) but you can change them via a prefs.js file dropped into the profile/ folder. | ||