Skip to content

Quick Tutorial English

Akinori Yamada edited this page Aug 12, 2014 · 5 revisions

Setup

Firstly, install Aeromock in reference to Setup

Clone Tutorial

There is tutorial in repository of Aeromock.

$ git clone [email protected]:CyberAgent/aeromock.git

This tutorial is contents you can check behaviors by using supported template.

Make ~/.aeromock/config.yaml

Make ~/.aeromock/config.yaml to run this tutorial. At config.yaml, specify path of project.yaml as configuration file of Aeromock project.

In the case of Freemarker, specify the following. path-to-path is the location cloned Aeromock.

project_config_path: ~/path-to-path/aeromock/tutorial/freemarker/project.yaml

Check the

Start Aeromock, then check behaviors.

$ aeromock

Aeromock is listening on port 3183. You can check http://localhost:3183/test image

Clone this wiki locally