2.1 KiB
Executable File
2.1 KiB
Executable File
phpvms 7
The next phpvms version built on the laravel framework. This is a separate version from the old v2/v5 classic version.
installation
Requirements
- PHP 7.0+, extensions:
- cURL
- JSON
- mbstring
- openssl
- pdo
- tokenizer
- Database:
- MySQL (or MySQL variant, including MariaDB, Percona)
- SQLite (for testing)
- Postgres is supported by Laravel but not enabled/tested for phpVMS, yet
- Apache or Nginx
- Redis (optional, for job queuing, various optimizations)
Download
A full distribution, with all of the composer dependencies, is available at this tarball link. It's currently updated with every commit
Upload the files
If you're on shared hosting, just upload all of the files. If you have your own server, it's
recommended to create a vhost that points to the /public directory. (see laravel's installation docs)
Browse to the site
Once you browse to the site, you will be given a link to the installer (/install) (Note: there
isn't a separate install folder). If the installation with the vhost and/or htaccess is working
correctly, you'll be able to see the installer.
Follow the instructions to complete the install.