Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 361 Bytes

File metadata and controls

21 lines (14 loc) · 361 Bytes

PipeOps-PHP-Starterkit

Get Started

Firstly you need to clone the project

$ git clone <project>
$ cd <project>

Start your local server

- Setup XAMPP or WAMP 

- Copy the folder to the `htdocs` or `www` directory

- Open the browser to http://localhost/pipeops-php

Note: Make sure you have PHP 7.0+ installed on your computer.