Do you support php and expression engine?

camilo's Avatar

camilo

16 Jul, 2014 04:16 PM

I have a project that is done with expression engine and php. Also I will add some stuff with node to that. Can I do that? I only see support to .net and nodejs, but also I read something about installing php script but it wasn't clear enough to me.

  1. 1 Posted by byron on 16 Jul, 2014 04:26 PM

    byron's Avatar

    According to http://help.appveyor.com/discussions/suggestions/220-how-to-install-php-script, you can install PHP as part of the build process from your appVeyor.yml file. Your appVeyor.yml file has an "install" section where you can install servers and frameworks using choclatey, like this:

    install:
      - cinst php
      - cinst mysql

    Here's a list of packages that you can install: https://chocolatey.org/packages

    Here's the reference to the yml file: http://www.appveyor.com/docs/appveyor-yml

    Expression Engine requires php and mysql. So, in theory, if you install both of those, EE will work!

  2. Ilya Finkelshteyn closed this discussion on 25 Aug, 2018 01:46 AM.

Comments are currently closed for this discussion. You can start a new one.

Keyboard shortcuts

Generic

? Show this help
ESC Blurs the current field

Comment Form

r Focus the comment reply box
^ + ↩ Submit the comment

You can use Command ⌘ instead of Control ^ on Mac