Only mount storage folder
This commit is contained in:
25
README.md
25
README.md
@@ -2,16 +2,15 @@
|
|||||||
|
|
||||||
[](https://travis-ci.org/nabeelio/phpvms) [](https://www.codacy.com/app/nabeelio/phpvms?utm_source=github.com&utm_medium=referral&utm_content=nabeelio/phpvms&utm_campaign=Badge_Grade) [](https://packagist.org/packages/nabeel/phpvms)  [](https://packagist.org/packages/nabeel/phpvms)
|
[](https://travis-ci.org/nabeelio/phpvms) [](https://www.codacy.com/app/nabeelio/phpvms?utm_source=github.com&utm_medium=referral&utm_content=nabeelio/phpvms&utm_campaign=Badge_Grade) [](https://packagist.org/packages/nabeel/phpvms)  [](https://packagist.org/packages/nabeel/phpvms)
|
||||||
|
|
||||||
The next phpvms version built on the laravel framework. work in progress. If you're looking for
|
The next phpvms version built on the laravel framework. work in progress. The latest documentation, with installation instructions is available
|
||||||
the old, phpVMS classic, it's [available here](https://github.com/nabeelio/phpvms_v2).
|
[on the phpVMS documentation](http://docs.phpvms.net/) page.
|
||||||
|
|
||||||
# installation
|
# installation
|
||||||
|
|
||||||
A full distribution, with all of the composer dependencies, is available at this
|
A full distribution, with all of the composer dependencies, is available at this
|
||||||
[GitHub Releases](https://github.com/nabeelio/phpvms/releases) link.
|
[GitHub Releases](https://github.com/nabeelio/phpvms/releases) link.
|
||||||
|
|
||||||
The latest documentation, with installation instructions is available
|
|
||||||
[on the phpVMS documentation](http://docs.phpvms.net/) page.
|
|
||||||
|
|
||||||
## Requirements
|
## Requirements
|
||||||
|
|
||||||
@@ -30,6 +29,22 @@ The latest documentation, with installation instructions is available
|
|||||||
## Installer
|
## Installer
|
||||||
|
|
||||||
1. Upload to your server
|
1. Upload to your server
|
||||||
2. Visit the site, and follow the link to the installer
|
1. Visit the site, and follow the link to the installer
|
||||||
|
|
||||||
[View installation details](http://docs.phpvms.net/setup/installation)
|
[View installation details](http://docs.phpvms.net/setup/installation)
|
||||||
|
|
||||||
|
# development environment
|
||||||
|
|
||||||
|
A full development environment can be brought up using Docker:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
composer install
|
||||||
|
npm install
|
||||||
|
docker-compose up
|
||||||
|
```
|
||||||
|
|
||||||
|
Then go to `http://localhost`. If you're using dnsmasq, the `app` container is listening on `phpvms.test`, or you can add to your `/etc/hosts` file:
|
||||||
|
|
||||||
|
```
|
||||||
|
127.0.0.1 phpvms.test
|
||||||
|
```
|
||||||
|
|||||||
@@ -43,6 +43,6 @@ services:
|
|||||||
command: tail -f -F -n 0 /var/www/storage/logs/laravel.log
|
command: tail -f -F -n 0 /var/www/storage/logs/laravel.log
|
||||||
restart: always
|
restart: always
|
||||||
volumes:
|
volumes:
|
||||||
- ./:/var/www
|
- ./storage:/var/www/storage
|
||||||
depends_on:
|
depends_on:
|
||||||
- app
|
- app
|
||||||
|
|||||||
Reference in New Issue
Block a user