Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/inphinit/inphinit.github.io
- Owner: inphinit
- Created: 2018-06-21T19:19:44.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-05-11T11:47:34.000Z (8 months ago)
- Last Synced: 2024-05-11T12:44:37.842Z (8 months ago)
- Topics: apache, api-documentation, composer, documentation, iis, nginx, official-website, php
- Language: HTML
- Homepage: http://inphinit.github.io
- Size: 875 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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-windowsGo 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
```