Skip to content

Commit 7d308cf

Browse files
committed
Remove references to .zip and replace with .tar
1 parent dc32039 commit 7d308cf

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

source/en/self-host.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ locale: en
1414
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.
1515
</x-warning>
1616

17-
* PHP 8.1 with following extensions
17+
* PHP 8.2 with following extensions
1818
* bcmath
1919
* ctype
2020
* fileinfo
@@ -65,13 +65,13 @@ We have a dedicated repository with detailed instructions on how to get started
6565

6666
<iframe width="560" height="315" src="https://www.youtube.com/embed/xo6a3KtLC2g" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
6767

68-
### Download pre built zip. (Advanced)
68+
### Download pre built tar. (Advanced)
6969

7070
<iframe width="560" height="315" src="https://www.youtube.com/embed/i04EX7WXTVE" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
7171

72-
<p>A prebuilt zip can be downloaded from our GitHub release page <a href="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 <a href="https://github.com/invoiceninja/invoiceninja/releases">here</a>. You will need to download the package named <b>invoiceninja.tar</b></p>
7373

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>
7575

7676
#### File Permissions
7777

@@ -255,7 +255,7 @@ Create a MySQL compatible database in your shared host control panel along with
255255
256256
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.
257257
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.
259259
260260
You will also need to copy/rename the .env.example file to .env
261261

0 commit comments

Comments
 (0)