Skip to content
Elizabeth Perreau edited this page Feb 21, 2016 · 3 revisions

How to install

Upload and permissions

  1. Download the zip file or git clone the project into your webspace
  2. Create a database in MySQL and a user with all privileges.
  3. Make sure that the directory 'config' is writeable
  4. Make sure that the directory 'logs' is writeable

Install Program-O

  1. Navigate to http://<yoursite.com>/install/install_programo.php
  2. Fill in the form
  3. Press 'Save'
  4. Check that the file global_config.php has been written to the 'config' directory. (If it hasn't, check the privileges on the config directory and run install_programo.php again).
  5. Delete the 'install' folder
  6. Secure the config directory and make sure that is it not writeable

Administer the chatbot

  1. Navigate to http://<yoursite.com/admin/ and enter the admin username and password you entered during install.
  2. Login and update your bot
  3. Add your bot personality
  4. Upload your AIML files. (You can grab the AIML files from here https://github.com/fastcoding/aiml-en-us-foundation-alice.v1-6)

Verify

  1. For a quick test upload the salutations.aiml file.
  2. Navigate to http://<yoursite.com> and type 'Hello'.
Clone this wiki locally