Package Data | |
---|---|
Maintainer Username: | multisolution |
Maintainer Contact: | aleksey.bobkov@gmail.com (Alexey Bobkov) |
Package Create Date: | 2017-05-24 |
Package Last Update: | 2017-06-01 |
Home Page: | http://octobercms.com/ |
Language: | PHP |
License: | MIT |
Last Refreshed: | 2024-12-19 03:21:17 |
Package Statistics | |
---|---|
Total Downloads: | 8 |
Monthly Downloads: | 0 |
Daily Downloads: | 0 |
Total Stars: | 0 |
Total Watchers: | 3 |
Total Forks: | 0 |
Total Open Issues: | 0 |
October is a Content Management System (CMS) and web platform whose sole purpose is to make your development workflow simple again. It was born out of frustration with existing systems. This fork is a Multi Solution boilerplate which includes:
composer create-project multisolution/october your-app dev-master
Copy .env.dist
to .env
and .htaccess.dist
to .htaccess
and update the copied files contents to match you environment.
You also should update docker/vhost.conf
and docker/php.ini
.
If using Docker Compose, don't forget to change container names.
Then you should exec install scripts yourself:
docker-compose exec web php composer.phar install
docker-compose exec web php artisan october:up
docker-compose exec web php artisan key:generate
If you are not using Docker, just remove the docker-compose exec web
part.