Create a Project

Create a Project

To create a project for Ruby On Rails, type the following:

app create:project [directory] [project_name] ruby

For example:

app create:project . myproject ruby

Running this command will create a new Appcelerator Rails project in ./myproject.

Windows Requirements

The json gem needs to be installed by typing:

gem install json

Select “version 1.1.1 (mswin32)” from the menu.

OS X Requirements

Install the Apple Developer Tools.

Then the json gem needs to be installed by typing:

sudo gem install json

Linux Requirements

Make sure you have gcc and then the json gem needs to be installed by typing:

sudo gem install json