Craft CMS: Difference between revisions

Initial Commit: Setup through Docker
 
Added {{expansion}}
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
{{expansion}}
There is (as of writing) no built-in service for Craft CMS. However, this can be built around with Docker! The following instructions are '''based on''' the [https://craftcms.com/knowledge-base/docker-for-local-development Docker instructions on the Craft CMS website] and experimentation.
There is (as of writing) no built-in service for Craft CMS. However, this can be built around with Docker! The following instructions are '''based on''' the [https://craftcms.com/knowledge-base/docker-for-local-development Docker instructions on the Craft CMS website] and experimentation.


Line 75: Line 77:
</syntaxhighlight>
</syntaxhighlight>
# Expose 127.0.0.1:4004 so it can be reached by other devices, and navigate to '''example.com/index.php?p=admin/install''' (replacing example.com with your domain or ip:port)
# Expose 127.0.0.1:4004 so it can be reached by other devices, and navigate to '''example.com/index.php?p=admin/install''' (replacing example.com with your domain or ip:port)
[[Category:Applications]]
[[Category:Web Applications]]