From a55e34ee48039d6cf2e77034792540af1eed4ada Mon Sep 17 00:00:00 2001 From: ro Date: Wed, 12 Jun 2024 23:56:36 +0200 Subject: [PATCH] Update 01 Install --- 01---Install.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/01---Install.md b/01---Install.md index fbd6019..b9e1e04 100644 --- a/01---Install.md +++ b/01---Install.md @@ -6,9 +6,9 @@ Once that is done, grab a copy of the latest [release](https://koodu.h-i.works/p Next, you need to set up a .env file to define your install settings. Don't worry, an example is included to make it easy. Just make a copy of .env.example and rename it to .env, and you're good to go. Default paths have been added, but you can change them to whatever you want. It's your site, right? -Since Fipamo is built on the mighty Laravel, the last thing the .env file needs is an APP_KEY to secure some internal process. Safety first. There are a couple of ways to do this. Suppose you're setting Fipamo up in a development or staging environment, and you're in debug mode. In that case (look in your fresh .env file for the setting APP_DEBUG. If this is set to true, you're in debug mode), you can go to your base URL (the next section shows you how), and Laravel will give you the option to set it for you. +Since Fipamo is built on the mighty Laravel, the last thing the `.env` file needs is an `APP_KEY` to secure some internal process. Safety first. There are a couple of ways to do this. Suppose you're setting Fipamo up in a development or staging environment, and you're in debug mode. In that case (look in your fresh .env file for the setting `APP_DEBUG`. If this is set to true, you're in debug mode), you can go to your base URL (the next section shows you how), and Laravel will give you the option to set it for you. -If you're in a production environment and debug isn't available, you can run the command `php artisan key:generate` in the Fipamo install directory to set it for you. +If you're in a production environment and debug isn't available, you can run the command `php artisan key:generate` in the Fipamo install directory to take care of it. 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/to get started with the install. If you're serving it from a web host, just go to yourcoolassdomain/.