Are0h 2021-09-14 12:28:32 -07:00
parent 1c5c93ed09
commit 900df57e99

@ -6,6 +6,10 @@ Once that is done, grab a copy of the latest [release](https://code.playvicio.us
From here, you have a couple of options depending on where Fipamo is installed. If you're using it on your desktop, go into `public/index` and start up PHP's built in web server with `php -S localhost:8000` and then browse to localhost:8000/dashboard to get started with the install. If you're serving it from a web host, just go to yourcoolassdomain/dashboard. From here, you have a couple of options depending on where Fipamo is installed. If you're using it on your desktop, go into `public/index` and start up PHP's built in web server with `php -S localhost:8000` and then browse to localhost:8000/dashboard to get started with the install. If you're serving it from a web host, just go to yourcoolassdomain/dashboard.
One thing to keep in mind is that Fipamo creates it's own backup and they can get pretty big(yeah, it's getting worked on). When restoring a sizeable backup or uploading a sizeable file, it's very possible to get a file is too large error from the system.
To fix this you have to adjust your `upload_max_filesize` directive in your `php.ini` file. [Here's pretty good overview](https://stackoverflow.com/questions/2184513/change-the-maximum-upload-file-size) of how to make those changes without much fuss.
Up and running? [Learn how to use Fipamo.](https://code.playvicio.us/Are0h/Fipamo/wiki/02-Usage) Up and running? [Learn how to use Fipamo.](https://code.playvicio.us/Are0h/Fipamo/wiki/02-Usage)
## For Dev Collaboration ## For Dev Collaboration