Make your Drupal installation ready with Dript:

  1. Download the latest copy of Dript module from the Dript project page.
  2. Extract the compressed module into a folder.
  3. Upload the files via FTP to a modules folder in your Drupal installation - this could be the modules/ folder, but it is recommended to create and use the folder sites/all/modules/, making it easier to update Drupal later on. Once uploaded you should have folder modules/dript.
  4. Activate your Dript module. Click Administer » Site building » Modules. You need to check the box next to the Dript module, and click on 'Save configuration' at the end.

Test your Dript installation:

  1. Create a page content.
  2. Set the title "Dript Test".
  3. Paste the following code in the body of the content:
    [driptn (print "Hello world")/]
  4. Submit the content.

You should get a new page with the title "Dript Test" and the content "Hello World".