Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/inphinit/inphinit.github.io


https://github.com/inphinit/inphinit.github.io

apache api-documentation composer documentation iis nginx official-website php

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# Webite and API documentation

For update install composer:

- https://getcomposer.org/doc/00-intro.md#installation-linux-unix-macos
- https://getcomposer.org/doc/00-intro.md#installation-windows

Go to the project folder:

```
cd .project
```

Install dependencies (if needed):

```
php composer.phar install
```

Or (Windows):

```
composer install
```

For update api documentation executes:

```
./build
```

Or (Windows):

```
build
```