Book Image

Aptana Studio Beginner's Guide

By : Thomas Deuling
Book Image

Aptana Studio Beginner's Guide

By: Thomas Deuling

Overview of this book

<p>Aptana Studio 3 is a powerful web development IDE based on the Eclipse platform and provides many innovative technologies and features for developing effective, modern hi-standard web-applications. Aptana has been around since 2008 and it provides language support for HTML, CSS, JavaScript, Ruby, Rails, PHP, Python, and many others by using plugins.<br /><br />"Aptana Studio Beginner's Guide" is packed with the author’s experience of several years developing with Aptana Studio. It's not just a powerful guide, it's a practical, hands-on introduction to Aptana Studio as a whole. If you want to harness Aptana Studio to enhance your web-development productivity, then read this book.<br /><br />You will start by setting up your own installation of Aptana Studio, and will be guided step-by-step through the various stages of developing with Aptana Studio.<br /><br />You will learn how to manage all your work in workspaces and projects, and how you can optimize your projects depending on the nature of the project.<br /><br />In addition, you will be taught how to work on remote servers or manage your source code with Git and SVN.<br /><br />Finally, you will have a fully configured IDE and be equipped with the knowledge about how to work and manage large web-projects.</p>
Table of Contents (20 chapters)
Aptana Studio Beginner's Guide
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Pop Quiz Answers
Index

Sharing Aptana Studio preferences


In the previous section, we have seen how you can export a lot of the settings and preferences of Aptana Studio. If your team now starts the developing process and has to configure the Aptana Studio workspace of each of their workstations, they can save a lot of time by simply importing the settings. When new developers join your team, they can be up and running with a fully configured Aptana Studio version in a few minutes without having to do endless amounts of configuration.

Here's the process again in a few steps:

  1. Create your first Aptana Studio instance and configure it completely to the needs of your upcoming project.

  2. Export all settings and share them with other team members.

  3. Each team member now installs the current version of Aptana Studio on their workstation and imports the shared settings.

The sharing of the team's settings, templates, and much more could be handled over an integrated source control, such as SVN. The team leader simply creates a new...