You're probably going to have to either ssh into the server and manually set it up, or create Recipe to do it. If you're doing it often, the latter makes more sense.
Sep 5, 2014
13
Level 16
Install Wordpress from Git Repo?
So Forge has a dedicated Wordpress installer, which is OK if I want to set up a quick copy. However, what do I do if I want to install Wordpress from my Git repo? It seems to error out, expecting composer. json, even though I told it no to use composer or migrations.
/home/forge/.forge/provision-290529.sh: line 1: cd: /home/forge/[hostname here - obscured for privacy]: No such file or directory
fatal: Not a git repository (or any of the parent directories): .git
Composer could not find a composer.json file in /home/forge
To initialize a project, please create a composer.json file as described in the http://getcomposer.org/ "Getting Started" section
Could not open input file: artisan
It seems to really want Laravel to be there. Any suggestions?
Please or to participate in this conversation.