Hi I managed to get it working through a bit of trial and error and it's
done as per jacmgr's howto, thanks for your help.

On Mon, Sep 14, 2015 at 3:37 PM, The Editor <edi...@fast.st> wrote:

> Thanks jacmgr for the great tutorial. :)
>
> Brian -- do let us know if you need any additional help...
>
> Cheers,
> Dan
>
> On Fri, Sep 11, 2015 at 8:30 PM 'jacmgr' via BoltWire <
> boltwire@googlegroups.com> wrote:
>
>> 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
>> <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 boltwire+unsubscr...@googlegroups.com.
>> To post to this group, send email to boltwire@googlegroups.com.
>> Visit this group at http://groups.google.com/group/boltwire.
>> For more options, visit https://groups.google.com/d/optout.
>>
> --
> You received this message because you are subscribed to a topic in the
> Google Groups "BoltWire" group.
> To unsubscribe from this topic, visit
> https://groups.google.com/d/topic/boltwire/off7m_yFWMk/unsubscribe.
> To unsubscribe from this group and all its topics, send an email to
> boltwire+unsubscr...@googlegroups.com.
> To post to this group, send email to boltwire@googlegroups.com.
> Visit this group at http://groups.google.com/group/boltwire.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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 boltwire+unsubscr...@googlegroups.com.
To post to this group, send email to boltwire@googlegroups.com.
Visit this group at http://groups.google.com/group/boltwire.
For more options, visit https://groups.google.com/d/optout.

Reply via email to