Skip to content
Snippets Groups Projects
Commit edf3861f authored by Demian Katz's avatar Demian Katz Committed by Robert Lange
Browse files

Remove composer step from startup task.

- Now that we use composer to install phing, we no longer need to use phing to install composer.
parent 191bf48e
No related merge requests found
......@@ -242,9 +242,6 @@
<!-- Install and Activate VuFind -->
<target name="startup" description="install and activate demo">
<!-- get dependencies -->
<phingcall target="composer" />
<!-- set up appropriate read/write permissions for Apache -->
<exec command="chmod -R a+w ${srcdir}/local/cache" />
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment