I am having a difficult time with the installation directions for flexinode:
Installation:
1) Place these files into modules/flexinode:
flexinode.module
field_checkbox.inc
field_file.inc
field_image.inc
field_select.inc
field_textarea.inc
field_textfield.inc
field_timestamp.inc
2) Update your Drupal database using flexinode.mysql. A typical command
line to do this is:
mysql -u username -ppassword drupal < flexinode.mysql
3) Enable the flexinode module in Drupal, at:
administration -> site configuration -> modules
4) Create new flexible content types, at:
administration -> content on the 'content types' and 'add content type' tabs
Specifically, I am not sure 1) where to put the files included in the tarball but not mentioned in the installation and 2) how to implement the "typical command line."
1. Other files include flexinode.mysql, flexinode.pgsql, and the directories /po/ and /contrib/. Shouldn't these files and directories be somewhere?
2. Could someone write the command line for the following fictional setup:
database name = fireplug
database password = 83gTTrm
website = www.example.com
database location = db.example.com (I don't know where it is, but the domain host says that is how to refer to the database)
drupal location = /example.com/www/html/
Thank you.