2019-04-08 UTC
chrisaldrich, [jgmac1106], [eddie], [audioundergroun, [tantek], ketudb[m], [kenbauer], [kim_landwehr] and rMdes joined the channel
# 15:22 rMdes and I'm getting this : Could not find autoload.php, did you run "composer install" ..?
[kenbauer] joined the channel
# 15:48 [kenbauer] So you need to go to the command line to your server install and change to the base directory of your known install.
# 15:49 [kenbauer] Then afterwards on any updates with "git pull", you will need to do a
[jgmac1106] joined the channel
# 17:27 [jgmac1106] [kenbauer] I need to record those two steps for tutorial may ping you later in the week
rMdes joined the channel
# 17:36 rMdes problem is I'm on shared hosting at dreamhost
# 17:36 rMdes How do I move from a github Known install to a non-github one where I would never need to do composer commands ?
[kenbauer] joined the channel
# 17:41 [kenbauer] With no shell access tricky. Perhaps about to download your directory to a local machine then run that locally and then upload back to Dreamhost?
[grantcodes] and [dougbeal] joined the channel
[jz] joined the channel
# 18:11 aaronpk you have to enable ssh access for the user account and then you can ssh in to the machine
# 18:11 aaronpk enabling it is done in their panel but then you just use regular ssh
# 18:12 aaronpk i do this all the time to move files around and back things up
# 18:14 rMdes what dremahost does not provide for shared hosting is composer in the CLI
# 18:14 aaronpk you can always run `composer install` on a development copy and then copy the whole vendor folder
# 18:15 rMdes I always used shell access to git pull (that's how i got the last update)
# 18:15 ketudb[m] surely if you have shell access you can just copy `composer` in?
# 18:15 rMdes @aaronpk : that may be my only solution OR reverting back
# 18:16 rMdes what do you mean by copying composer in ?
[kevinmarks] joined the channel
# 18:50 rMdes does this mean that Known can only run on VPS from now on ?
# 19:21 ketudb[m] It seems to be you could just upload the `composer.phar` file and run it with `php composer.phar install`? Unless they're somehow actively blocking it on shared hosting.
# 19:25 rMdes thanks a lot for this procedure, I will try it tomorrow, with PHP7
travis-ci joined the channel
# 19:33 travis-ci idno/known#5198 (master - 1a4111d : Marcus Povey): The build passed.
travis-ci left the channel
[jgmac1106], [eddie], Johan1, velcrovan, chrisaldrich, [kenbauer] and [tantek] joined the channel