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

blisschris
blisschris

Hi everybody,

I'm just learning the ropes with October and I'm enjoying it so far.

I installed with curl --

curl -s https://octobercms.com/api/installer | PHP

-- but I was in my Home directory when I did this, and now I've got folders everywhere. I was wondering if there is a command to uninstall so I can re-install in a place that makes more sense (vendor folder?). Or is there a good alternative method for managing this?

Thanks!

Last updated

blisschris
blisschris

PS I swear I only posted this once. Dunno why there are two topics

daftspunky
daftspunky

Unfortunately, there is no uninstall command, however, the directories are predictable

  • bootstrap, config, modules, plugins, storage, themes, vendor

Be careful and place them in your trash can first, in case there is something important inside

We recommend using the following composer command instead

composer create-project october/october myoctober

This will install to a directory named myoctober. The alternative command you used will be deprecated soon

Thanks for trying October CMS!

blisschris
blisschris

Thanks so much!

1-4 of 4

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