Skip to content

Followed install instructions to no avail (twig errors on step5) #1270

Open
@Adreqi

Description

Hi, Following the instruction on the install page (here : https://docs.boltcms.io/installation/installation), here is what I have :

Step 1, make sure composer is installed (it is, version 2.4.4)
Step 2, composer create-project bolt/project myprojectname seems to work
Step 3, sqlite is fine, default is kept as is
Step 4, bolt:setup including admin creation and fixtures, no error

Step 5, php tells me server:start needs pcntl, which apparently doesn't exist on windows, so I use server:run as instructed, seems to work:
PHP 7.4.4 Development Server (http://127.0.0.1:8000) started

Trying to open front page at http://127.0.0.1:8000/ gets the following symfony error :
Unable to find one of the following templates: "index.twig", "index.html.twig".

Trying to open admin at http://127.0.0.1:8000/bolt gets the following symfony error :
An exception has been thrown during the rendering of a template ("Could not find the entrypoints file from Webpack: the file "C:\wamp64\www\bolt5/public/assets/entrypoints.json" does not exist.").

I also tried step 5 with a virtualhost on my wampserver (http://bolt5.local) with the same result.

Did I miss something ?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions