/scalate-website/src/documentation/tool.page
http://github.com/scalate/scalate · Visualforce Page · 57 lines · 37 code · 20 blank · 0 comment · 0 complexity · a2cbb66f80965024a16d1e42b0371ae2 MD5 · raw file
- ---
- title: Scalate Tool
- in_menu: false
- sort_info: 5
- --- name:overview
- # Scalate Tool
- Scalate Tool helps get you scalate-ing faster!
- --- name:content pipeline:jade
- .right
- :&markdown
- Scatate Tool is a handy command line tool for working with Scalate. It provides various features such as
- * [Creating new projects using Scalate](getting-started.html)
- * [Converting existing JSP files over to Scalate](jspConvert.html)
- * [Generating static websites](siteGen.html)
- .left
- :markdown
- # Getting Started
- .right
- :&markdown
- Scalate Tool has the following requirements
- * Scalate requires a [Java development kit](http://java.sun.com/) of version 1.5 or later
- To get started with the Scalate Tool you'll need to download and [install](installing.html) it.
- .left
- :markdown
- # Using the Scalate Tool
- .right
- :markdown
- Once you have installed the Scalate Tool via one of the above methods, you should be able to use the **scalate** executable on the command line.
- The scalate tool supports a number of sub commands rather like **git** or **svn**. You can invoke a sub command directly such as
- scalate run myTemplate.ssp
- you can get a list of all the available sub commands via
- scalate help
- or to get help on a specific command you can type
- scalate --help
-
- or enter the Scalate interactive shell via
- scalate
-
- Once in the shell help will apppear to help guide you through the available commands. The shell supports tab completion rather like bash to help you execute the commands easily.