Skip to content

Installation

Matthew Gallina edited this page Feb 20, 2019 · 18 revisions

From Source:

  1. Ensure you have Java 8 and Maven 3 installed (and available on your PATH)
  2. Run: git clone https://github.com/mgtechsoftware/smockin.git
  3. Run: install.sh
  4. Run: start.sh
  5. Open http://localhost:8000/ in your browser

Using Binary:

  1. Ensure you have Java 8 installed (and available on your PATH)
  2. Open http://www.smockin.com/#download in your browser
  3. Download the Binary version
  4. Unpack the downloaded zip file to a suitable location
  5. Run: install.sh
  6. Run: start.sh
  7. Open http://localhost:8000/ in your browser

Using Standalone:

  1. Open http://www.smockin.com/#download in your browser
  2. Download the Standalone version
  3. Unpack the downloaded zip file to a suitable location
  4. Run: install.sh
  5. Run: start.sh
  6. Open http://localhost:8000/ in your browser

If sMockin does not start up for any reason, then check out the Troubleshooting Guide.


Next Step:

API Mock Tutorial