You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: source/en/self-host.md
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ locale: en
14
14
You need to setup this version completely from scratch. Do not attempt to overwrite your old version of Invoice Ninja (4.x.x) with this version as the two codebases are completely different.
15
15
</x-warning>
16
16
17
-
* PHP 8.1 with following extensions
17
+
* PHP 8.2 with following extensions
18
18
* bcmath
19
19
* ctype
20
20
* fileinfo
@@ -65,13 +65,13 @@ We have a dedicated repository with detailed instructions on how to get started
<p>A prebuilt zip can be downloaded from our GitHub release page <ahref="https://github.com/invoiceninja/invoiceninja/releases">here</a>. You will need to download the package named <b>invoiceninja.tar</b></p>
72
+
<p>A prebuilt tar can be downloaded from our GitHub release page <ahref="https://github.com/invoiceninja/invoiceninja/releases">here</a>. You will need to download the package named <b>invoiceninja.tar</b></p>
73
73
74
-
<p>Unzip this file into the virtual host directory you have created.</p>
74
+
<p>Untar this file into the virtual host directory you have created.</p>
75
75
76
76
#### File Permissions
77
77
@@ -255,7 +255,7 @@ Create a MySQL compatible database in your shared host control panel along with
255
255
256
256
Download the latest release from our <a href="https://github.com/invoiceninja/invoiceninja/releases">Releases</a> page. Note, you'll want to find the latest release which will contain 3 files, the one you need will be annotated as invoiceninja.tar.
257
257
258
-
Upload this file to your shared host, typically if your webhost uses the industry standard cPanel, you'll want to upload the **invoiceninja.tar** file to the **public_html** directory. Once the upload has completed, using the file manager unzip the file.
258
+
Upload this file to your shared host, typically if your webhost uses the industry standard cPanel, you'll want to upload the **invoiceninja.tar** file to the **public_html** directory. Once the upload has completed, using the file manager untar the file.
259
259
260
260
You will also need to copy/rename the .env.example file to .env
0 commit comments