This forum has moved to a new location and is in read-only mode. Please visit talk.octobercms.com to access the new location.
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
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!
1-4 of 4