HI Brian, you are almost there.   On the boltwire documentation 
installation page (http://www.boltwire.com/index.php?p=docs.start.install) 
you have put it in the correct place for now.   If you have this:* 
/boltwire/boltwire/start.php *then you need to get rid of one level of 
boltwire.  You want all the files under* /boltwire* so it looks like this: 
*/boltwire/start.php*
Then follow the instruction on the page and go to *http://your host 
/boltwire/start.php*  and follow the instructions to create your first 
site.  Simply call it "*mysite*" for now.  You probably had to put an admin 
password.  If that all works, then you are good to go for the *next step to 
make a new site in the root.*

STEP 1:
Copy */mysite/index.php* to the root folder as */index.php*.  Then 
Edit the /index.php to modify the location of boltwire as follows and save 
it.

<?php
$BOLTadmin = 'admin';
*//   *$boltwire = '../boltwire';  *//comment out this line*
*$boltwire = 'boltwire';         //ADD this line.*
include_once("$boltwire/scripts/engine.php");

AND SAVE THAT FILE.


STEP 2:
GOTO http://yoursitename   and boltwire should fire up.  If it does choose 
the "register" link and register username "admin" and an 8 letter password.

That's it.

Step 3: Delete the folder "mysite"; or keep it!  You can run multiple sites.

-- 
You received this message because you are subscribed to the Google Groups 
"BoltWire" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/boltwire.
For more options, visit https://groups.google.com/d/optout.

Reply via email to