From 02c6a59525c81282f050153b5bfc292bef72a288 Mon Sep 17 00:00:00 2001 From: James Cole Date: Sun, 28 Jun 2015 08:27:38 +0200 Subject: [PATCH] Updated Installation (markdown) --- Installation.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/Installation.md b/Installation.md index 5930070..959165d 100644 --- a/Installation.md +++ b/Installation.md @@ -12,6 +12,7 @@ Because Firefly III needs some special tools to install it, you must have access * Access to [Composer](https://getcomposer.org/) * Make sure you have a MySQL database ready, together with the username and password for that database. +* Firefly III has a lot of dependencies. It helps if you have a Github account. ## Installation steps @@ -23,11 +24,11 @@ Everything will be installed in the ``firefly-iii/`` directory. Open ``firefly-iii/.env``. -* Change the DB_ settings as you see fit. -* Update the EMAIL_ settings as you see fit. +* Change the ``DB_*`` settings as you see fit. +* Update the ``EMAIL_*`` settings as you see fit. * If you want to track statistics, update the Google Analytics ID. -* Set RUNCLEANUP to ``false`` -* Set SITE_OWNER to your own email address. +* Set ``RUNCLEANUP`` to ``false`` +* Set ``SITE_OWNER`` to your own email address. Once you've set this up, run the following commands: @@ -41,6 +42,6 @@ Finally, make sure that the storage directories are writeable, _for example_ by ### Registering -Surf to your web server, the ``public/`` directory is your root. You may want to change your web server's configuration so you can surf to / and get Firefly. +Surf to your web server, the ``public/`` directory is your root. You may want to change your web server's configuration so you can surf to ``/`` and get Firefly. -You will see a Sign In screen. Use the Register pages to create a new account. \ No newline at end of file +You will see a Sign In screen. Use the Register pages to create a new account. After you've created a new account, you will get an introduction screen. \ No newline at end of file