[Scummvm-git-logs] scummvm-web master -> e82e0d397dd61fd1429ef3f669f4e931507f4943
Thunderforge
wjherrmann at gmail.com
Mon Oct 5 02:07:00 UTC 2020
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm-web' repo located at https://github.com/scummvm/scummvm-web .
Summary:
e82e0d397d WEB: Adding missing data on how to set up the site since data structure change (#136)
Commit: e82e0d397dd61fd1429ef3f669f4e931507f4943
https://github.com/scummvm/scummvm-web/commit/e82e0d397dd61fd1429ef3f669f4e931507f4943
Author: Thunderforge (wjherrmann at gmail.com)
Date: 2020-10-04T21:06:57-05:00
Commit Message:
WEB: Adding missing data on how to set up the site since data structure change (#136)
Changed paths:
README.md
diff --git a/README.md b/README.md
index 9bb13cf9..bdc08582 100644
--- a/README.md
+++ b/README.md
@@ -31,25 +31,29 @@ Clone this repo
git clone https://github.com/scummvm/scummvm-web.git
```
-Then run
+Then install the required PHP dependencies with:
```
-composer develop[-win]
+composer install
```
-This will run the build scripts and start a web server on port 8000.
+To run the build scripts and start a web server on port 8000, run:
+
+```
+composer develop[-win]
+```
-Additionally you can either build and run independently using:
+Instead of the above command, you can either build and run independently using:
```
composer build[-win]
-composer run
+composer start
```
respectively.
## Deployment
-To deploy changes to the site, simply push the updates to origin/master and
-run site-install on the server.
+To deploy changes to the official ScummVM website, simply go to the website admin page and click the "ScummVM.org
+manual site update" link.
## Updating data
More information about the Scummvm-git-logs
mailing list