https://github.com/gopibabus/php-deploy
php deployment
https://github.com/gopibabus/php-deploy
deployment php
Last synced: about 1 year ago
JSON representation
php deployment
- Host: GitHub
- URL: https://github.com/gopibabus/php-deploy
- Owner: gopibabus
- Created: 2022-03-06T06:33:25.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-03-06T06:45:41.000Z (over 4 years ago)
- Last Synced: 2025-02-14T01:58:12.228Z (over 1 year ago)
- Topics: deployment, php
- Language: HTML
- Homepage: https://php-deployment.netlify.app
- Size: 606 KB
- Stars: 0
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Getting Started
These are all static web files, which you can serve with any web server.
If you want to watch the videos without the HTML wrapper, you can just head straight to the `videos` directory.
## Easy Suggestions
With PHP's built-in server:
```php
# Serve sites on port 8080 using PHP
php -S 0.0.0.0:8080
```