We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I was going thru the local dev setup at https://kiwitcms.readthedocs.io/en/latest/set_dev_env.html and noticed some issues:
./node_modules/.bin/webpack watch
This doesn't really exist neither in tcms nor in Kiwi folder. I have .bin, but no webpack inside.
tcms
Kiwi
.bin
Initialize database
This section does not mention fancier shortcuts from https://kiwitcms.readthedocs.io/en/latest/installing_docker.html#initial-configuration-of-running-container, like manage.py initial_setup or refresh_permissions
manage.py initial_setup
refresh_permissions
And to add on top of it - when I finally start it, I'm getting error with static files like Static file js/bundle.js does not exist
Static file js/bundle.js does not exist
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description of problem
I was going thru the local dev setup at https://kiwitcms.readthedocs.io/en/latest/set_dev_env.html and noticed some issues:
This doesn't really exist neither in
tcms
nor inKiwi
folder. I have.bin
, but no webpack inside.This section does not mention fancier shortcuts from https://kiwitcms.readthedocs.io/en/latest/installing_docker.html#initial-configuration-of-running-container, like
manage.py initial_setup
orrefresh_permissions
And to add on top of it - when I finally start it, I'm getting error with static files like
Static file js/bundle.js does not exist
The text was updated successfully, but these errors were encountered: