Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
Adreqi opened this issue Nov 15, 2022 · 1 comment
Open

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

Adreqi opened this issue Nov 15, 2022 · 1 comment

Comments

@Adreqi
Copy link

Adreqi commented Nov 15, 2022

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 ?

@logansam
Copy link
Contributor

Same thing here, had to run bin/console assets:install because the default theme didn't install assets

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants