vitya / cms-template
Vitya CMS template
1.0.0-alpha10
2022-07-01 15:54 UTC
Requires
- vitya/cms-ui: ^1.0
This package is auto-updated.
Last update: 2023-03-01 00:43:54 UTC
README
This package contains a basic website template built using Vitya CMS.
How to setup a new website?
You can use Composer to create your website:
composer create-project vitya/cms-template my-new-website -s alpha
(NB: The -s alpha option is necessary for now, since there is no stable release yet.)
Then you can launch your new website using PHP built-in web server:
./my-new-website/cli/server
By default, your website will be available at http://localhost:8000, but you can specify another hostname or port number:
./my-new-website/cli/server my.dev.machine:1234
The admin interface will be available at http://localhost:8000/admin. Your username is admin and your password is 123456789.