In order to work properly, you have to define a virtual host. Here's an example of what can be used with an Apache server.
# MicroCMS
Listen 15000
<VirtualHost *:15000>
ServerName localhost:15000
DocumentRoot "D:/Web/MicroCMS/web"
<Directory "D:/Web/MicroCMS/web">
Options Indexes FollowSymLinks
AllowOverride all
</Directory>
</VirtualHost>
The database structure can be found in db/
repertory.
- db/database.sql
- db/schema.sql
- db/content.sql