Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 6 Next »

Installing

  1. Check out and install the uPortal trunk. For instructions on installing uPortal, please see the uPortal manual.
  2. Install and configure the iPhone and / or Android SDKs. Mac OSX Snow Leopard or greater required for iPhone.
  3. Install Titanium Appcelerator (Alternatively, Appcelerator has a new IDE called Titanium Developer that integrates code editing and testing. Alternatively, use your own text editor and Titanium Developer GUI for testing).
  4. Create a new mobile project in Titanium Appcelerator. Do not include "Titanium" in the project name. Make sure there are no spaces in the project name (This name won't be seen by end users when released)
  5. Open the new project's folder
  6. Delete the "Resources" directory from the project root
  7. Check out the "Resources" folder of uMobile into the root project directory
  8. Run the emulator!
Replacing the resources directory
$ cd MyProject
$ rm -Rf Resources
$ svn co https://source.jasig.org/sandbox/uMobile/trunk/Resources

Troubleshooting

You may need to patch your android builder.py file to properly handle subversion metadata directories. Instructions on performing this fix can be found here. It's worth noting that in Python, whitespace is meaningful, so the line referenced will need to be added appropriately indented with tabs (not spaces). If you still have issues, it's worth searching the Titanium Mobile Q&A site for someone else who may have had the same issue: http://developer.appcelerator.com/questions/.

Helpful Resources

  • No labels