-
Notifications
You must be signed in to change notification settings - Fork 93
Documentation requested for using botkit-cms as component Botkit App #8
Comments
You could copy the file I also then had to add a block in the skills folder to actually use the Studio scripts:
|
how i access CMS |
+1 |
@KristlyDsena @Oxicode can you be more specific in your questions? |
I'm not sure if this is answering your question, @Oxicode @KristlyDsena, but when run as a local component, you do not get the CMS UI. You would run a separate instance of the stand-alone CMS to get the editor UI. |
helpp with that, do you know a command of how to start botkit CMS? |
@GiselleCastillo5 @Oxicode @KristlyDsena
Create an .env file from .env_sample and paste content
Create .data folder, create a scripts.json inside. Copy the content from sample-scripts.json
Run cms and open localhost:3000/admin
Enter the credentials from env vars (admin 123secret) |
@vitogit this is mostly correct, though you would not want to put the environment variables in your .bash_profile -- that would make them available to all applications you run. They should live in the environment only for that app -- either in the .env file, or in some other secure key manager provided by your hosting environment. |
@benbrown agree, I updated my answer. |
I created a PR in case that info could be useful to others #15 but I couldn't add a reviewer. |
Run cms and open localhost:3000/admin npm run build how do you do this exactly??? |
Hi,
I tried to follow starting guide - adding botkit-cms as component in Botkit App. Unfortunately I can not make it works. Here are my steps:
I believe I don't see any scripts.json , and I am not sure if my understanding to register new component is correct.
Would anyone help me and guide me what should I do to configure botkit-cms web?
Thanks.
Riwut
The text was updated successfully, but these errors were encountered: