Skip to content

Commit 77bd76c

Browse files
committed
updating instructions for the pending 4.0
1 parent 6fcde98 commit 77bd76c

2 files changed

Lines changed: 16 additions & 15 deletions

File tree

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2019 web2project
3+
Copyright (c) 2025 web2project
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

_docs/installation.md

Lines changed: 15 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -9,25 +9,26 @@ Installing Web2project is the same as installing any other PHP project and has m
99

1010
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.
1111

12-
* PHP 7.x+
12+
* PHP 8.x+
13+
* Mysql 8.x+
1314
* Apache 2.x+ or IIS 7.x+
14-
* Mysql 5.x+
1515

1616
## Install Instructions
1717

1818
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:
3132

3233
> `wget -O - -q http://{web2project-install}/queuescanner.php`
3334

0 commit comments

Comments
 (0)