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: _docs/installation.md
+15-14Lines changed: 15 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,25 +9,26 @@ Installing Web2project is the same as installing any other PHP project and has m
9
9
10
10
These requirements have been tested and validated. Web2project may work with other versions or systems but they are not formally supported. These requirements apply regardless of whether you're installing, upgrading, or converting.
11
11
12
-
* PHP 7.x+
12
+
* PHP 8.x+
13
+
* Mysql 8.x+
13
14
* Apache 2.x+ or IIS 7.x+
14
-
* Mysql 5.x+
15
15
16
16
## Install Instructions
17
17
18
18
1. Uncompress your web2project archive (often named `web2project.tar.gz` or `web2project.zip`)
19
-
2. Upload the resulting folder to a web-accessible directory on your web server. Note the resulting URL as this will be your new web2project installation.
20
-
3. Create a mysql database and a user with full access to the database. Save these database name and credentials as you will need them later.
21
-
4. Point your browser to the URL noted above.
22
-
5. The Installer should detect that you are creating a fresh installation.
23
-
6. Confirm that your web server meets the minimum requirements. If it does not, resolve those issues. If it does, continue.
24
-
7. Use the database name and credentials from above to configure the database connection.
25
-
8. Select "Install Db & Write Cfg." The system should create all database tables and configure the base system.
26
-
9. If the Installer could not create the `config.php` file, copy and paste it to create your own.
27
-
10. Log into your system with the provided username and password.
28
-
11. Change your username and password.
29
-
12. Proceed to [Getting Started](/docs/getting-started.html) or the [Frequently Asked Questions](/docs/faq.html) as you need.
30
-
13. Add a cron job to run system maintenance tasks such as sending email notices, etc. The easiest approach is to request the URL below via a cron job:
19
+
1. Upload the resulting folder to a web-accessible directory on your web server. Note the resulting URL as this will be your new web2project installation.
20
+
1. Create a mysql database and a user with full access to the database. Save these database name and credentials as you will need them later.
21
+
1. From the command line within the server, run `composer install` or the equivalent for your system.
22
+
1. Point your browser to the URL noted above.
23
+
1. The Installer should detect that you are creating a fresh installation.
24
+
1. Confirm that your web server meets the minimum requirements. If it does not, resolve those issues. If it does, continue.
25
+
1. Use the database name and credentials from above to configure the database connection.
26
+
1. Select "Install Db & Write Cfg." The system should create all database tables and configure the base system.
27
+
1. If the Installer could not create the `config.php` file, copy and paste it to create your own.
28
+
1. Log into your system with the provided username and password.
29
+
1. Change your username and password.
30
+
1. Proceed to [Getting Started](/docs/getting-started.html) or the [Frequently Asked Questions](/docs/faq.html) as you need.
31
+
1. Add a cron job to run system maintenance tasks such as sending email notices, etc. The easiest approach is to request the URL below via a cron job:
0 commit comments