mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2024-11-25 02:10:22 -06:00
Updated Installation (markdown)
parent
48a8335708
commit
02c6a59525
@ -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.
|
||||
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.
|
Loading…
Reference in New Issue
Block a user