INACTIVE - SDK and Gallery of Mozilla JetPacks
Перейти к файлу
Piotr Zalewa 77db141042 basic file structure 2010-01-21 18:09:06 +00:00
flightdeck basic file structure 2010-01-21 18:09:06 +00:00
scripts basic file structure 2010-01-21 18:09:06 +00:00
INSTALL basic file structure 2010-01-21 18:09:06 +00:00
README basic file structure 2010-01-21 18:09:06 +00:00

README

FlightDeck is a SDK for creating JetPack
(c) Mozilla Foundation


Directory structure:
 - flightdeck/ 			# FlightDeck django project contains settings and basic urls
 - scripts/ 			# directory containing usable scripts to develop FlightDeck
	- runserver.sh			# runs the FlightDeck on 127.0.0.1:8000/
	- syncdb.sh				# synchronise database


Uses following third-party software:
 * Python (http://www.python.org/) [GPL-compatible]
 * Django (http://www.djangoproject.com/) [BSD]
 * Fabric (http://docs.fabfile.org/) [GPL]
 * VirtualEnv (http://pypi.python.org/pypi/virtualenv) [MIT]
 * Mootools (http://mootools.net/) [MIT]