DEPRECATED - Give beta testers access to your Apps
Перейти к файлу
Jeremy Orem 547ae913ea Merge pull request #56 from oremj/rename-betafox
s/betafox/betachannel/
2014-09-19 14:15:00 -07:00
docs s/betafox/betachannel/ 2014-09-19 14:13:36 -07:00
i18n Basic mozilla NodeJS app 2014-05-05 14:27:12 -07:00
node_modules Suppress Connect 3.0 warning 2014-07-22 17:36:06 -07:00
scripts Add revocation script 2014-06-25 09:35:32 -07:00
server s/betafox/betachannel/ 2014-09-19 14:13:36 -07:00
www Improving UX for app_details page 2014-07-28 11:20:03 -07:00
.gitignore Ignore public cert db files 2014-05-16 14:53:47 -07:00
Gruntfile.js Fixing production mode assets 2014-07-10 13:03:46 -07:00
README.md Noting dev config 2014-07-28 11:18:50 -07:00
build build: add dependencies 2014-06-06 15:28:49 -07:00
package.json s/betafox/betachannel/ 2014-09-19 14:13:36 -07:00

README.md

BetaFox

Give beta testers access to your Apps

This is the source code to the BetaFox webapp.

FirefoxOS, Firefox for Android and other future runtimes let developers write Open Web Apps. Distributing privileged apps to remote testers is very difficult.

This webapp allows developers to upload their packaged apps and gives them versioned install links. Beta testers can install the app from the link.

Dependencies

  • NodeJS 10.x or greater
  • Python 2.7 or greater, but less than Python 3.x
  • MySQL
  • NSS Tools
  • zip/unzip (UnZip, by Info-ZIP will work)

See docs/AWS.md for a fast, simple Ubuntu/EC2 based install.

Developer Installation

$ cp server/config/default.js  server/config/developer.js
# customize developer.js config file as you see fit... then
$ mysql < docs/db/schema_up_000.sql
$ npm install
$ npm start

npm install isn't required for stage and production servers. The node modules required are checked in with the source code. npm rebuild is required for all environments.

The webapp is available at http://localhost:8000

Development

Client side assets are prepared and built with GruntJS.

grunt

Minified or built assets are commited into git.

Get Involved

https://wiki.mozilla.org/Mobile/Projects/BetaFox