[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-users] Where's the docs ??



This is what I did to get my documents available to me:

On Tue, 2 Jan 2001, Russell wrote:

|
| Our Raq4 came with
|  * ChiliSoft ASP
|  * Interbase 6.0
|
| Where's the docs on how to get started ?
| with this on the cobalt.
|

locate chili | more
will give you a listing of where the chili docs are. Then I choose a
location where I want to be able to accewss it from the web. Then I make a
soft symbolic link

ln -s /path/to/desired_docs /home/sites/home/admin/web/desired_docs

Then we can see the html documentation files (I didn't mention that I
made that assumption) from the web at
mycobaltserver.mydomain.xxx/~admin/desired_docs

Hope that helps!