-
Notifications
You must be signed in to change notification settings - Fork 17
Downloading and Configuring
derrell edited this page Sep 19, 2011
·
3 revisions
Downloading
- Create a top-level directory which will be referred to herein as rootdir.
- Change directory into rootdir
- Follow this qooxdoo documentation to check out both qooxdoo trunk and qooxdoo-contrib trunk from their respective svn repositories. After doing this checkout, your rootdir should contain a directory called qooxdoo and one called qooxdoo-contrib.
- If you're brand new to git, read these getting started instructions.
- Create an account on github.com, and log in. Browse to http://github.com/derrell/App-Inventor-Gallery
- Click the Fork button near the top right, to create your own fork of the gallery code.
- Read [http://help.github.com/fork-a-repo/](github's forking documentation) to set up your local repository, and clone your github repository that you just forked into rootdir. Your rootdir should then contain qooxdoo, qooxdoo-contrib, and App Inventor Gallery.
Configuring your paths
- Create a directory called ~/.qooxdoo
- Create a file ~/.qooxdoo/qooxdoo_path. The content of the file should be a single line that contains the full path to your qooxdoo top-level directory. The qooxdoo top-level directory is the one in your downloaded qooxdoo tree that contains "framework", "tool", "application", and "component".
- From the samples directory in your downloaded App Inventor Gallery, copy the file called generator.json into your ~/.qooxdoo directory.
- Edit ~/.qooxdoo/generator.json. In the "let" section, edit the values of QOOXDOO_PATH and CONTRIB_PATH. The former is the same full path you added to the qooxdoo_path file. The latter is the full path to the top of the qooxdoo-contrib tree, where the directories "Dialog", "RpcJs", and "UploadWidget" reside.