Browse Source

Adjust build file and documentation after Composer changes

microsub
J. King 6 years ago
parent
commit
b49db8893b
  1. 2
      README.md
  2. 2
      build.xml

2
README.md

@ -51,7 +51,7 @@ If installing from the Git repository rather than a download package, you will n
First, you must install [Composer](https://getcomposer.org/) to fetch required PHP libraries. Once Composer is installed, dependencies may be downloaded with the following command: First, you must install [Composer](https://getcomposer.org/) to fetch required PHP libraries. Once Composer is installed, dependencies may be downloaded with the following command:
``` sh ``` sh
php composer.phar install -o --no-dev php composer.phar install -o --no-dev --no-scripts
``` ```
Second, you may wish to create an example configuration file using the following command: Second, you may wish to create an example configuration file using the following command:

2
build.xml

@ -19,7 +19,7 @@
</fileset> </fileset>
</copy> </copy>
<echo>Installing dependencies via Composer</echo> <echo>Installing dependencies via Composer</echo>
<exec command="composer install -o --no-dev" dir="./build/arsse"/> <exec command="composer install -o --no-dev --no-scripts" dir="./build/arsse"/>
<delete> <delete>
<fileset dir="./build/arsse"> <fileset dir="./build/arsse">
<include name="composer.*"/> <include name="composer.*"/>

Loading…
Cancel
Save