Getting Started
This section explains how to install Kogno and create a new project.
Installation
gem install kognoAlternatively for quick installation
gem install --no-document kognoCreate a new project
kogno new your_chatbotIf everything is ok you should see this output:
A new project has been created at ./your_chatbot
Next steps:
- cd ./your_chatbot/
- bundle install
- Configure your database -> config/database.yml
- run kogno installA new project directory tree
Installing dependencies
Configure the database
Create framework's tables in database
Testing in console
Last updated
Was this helpful?