% render "../../layouts/doc.html" do
Follow the steps below to setup a new environment.
#### 1. Install Origen
Follow these instructions to install Origen: [How to Install Origen](http://origen.freescale.net/origen/latest/guides/starting/installing)
#### 2. Create the application workspace
This workspace must be situated outside of the Origen workspace that you have just created.
Execute the following commands:
~~~
mkdir <%= Origen.app.name %>
cd <%= Origen.app.name %>
dssc setvault <%= Origen.config.vault %> .
dssc pop -rec -uni -get -force -ver <%= Origen.app.version %> .
~~~
% end