This forum has moved to a new location and is in read-only mode. Please visit talk.octobercms.com to access the new location.

cmellor11129
cmellor11129

Hi,

I am trying to install October via the Command Line, but I am having some issues. Let me explain:

Please note I am using Homestead to run this.

First I do:

composer create-project october/october OctoberCMS dev-master

This works fine.

Next I've changed the database details in config\database.php to match what Homestead provides.

I then run php artisan october:up and it reports:

Migrating application and plugins...
System
 - Nothing to migrate.
Backend
 - Nothing to migrate.
Cms
 - Nothing to migrate.

Yet this still populates my database. I thought it would at least say it's done something.

Now when I go to the October site (which is just 'october.cms' in my hosts file) it's just blank. The fact it's blank, and not showing errors makes me think it's actually doing something.

Any clues on what's happening and how I can further debug it?

Thanks.

cmellor11129
cmellor11129

sigh

Nevermind... I got it working. My 'OctoberCMS' folder had the wrong ownership.

I'd delete this but I don't see that option...

artisticdigital
artisticdigital

I had an issue with ssh comand "php artisan october:migrate" giving me failed connection issues. Checked the .env file and all creds were correct (host, user, pw). It ended up being a couple of characters in the password (? and # as I recall) - once I changed those on the server and in the creds of .env file, all was well. I believe this is server specific so not an issue/fix for everyone but be advised - it took a while to troubleshoot.

1-3 of 3

You cannot edit posts or make replies: the forum has moved to talk.octobercms.com.