There is a Readme file in the Brim Project download
And it's pretty straight forward, but as a inexperienced linux user I had to get some advise for the setting up the database part:
follow the instructions, but:
I didn't actually put all the files into a brim folder. What I did was create an ibay called brim, then put all the brim files in the html folder so that when I bring it up it will be at my address:
www.myaddress.com/brimBut if you follow brim instructions you will end up with the location at:
www.myaddress.com/brim/brimSo I changed it and just dumped everything into the html folder of the ibay that I created, and in my case it was brim.
Anyhow as far as the instructions go, I personally ran into a problem with the database part, so I posted on contrib and catus clarified for me as described below and I further clarified for myself since I am an intermediate noob
Catus reply below:
Login by terminal access as root without a password:
Code:
mysql -u root
Get hold of the database name,, think of a username and a password so we can create it using the following statements:
Code:
grant all privileges on database.* to 'username'@'localhost' identified by 'password';
flush privileges;
quit
My reply below:
Edited:
Ahhaaa Sooooo I've found that database=actual database name
Ahhaaa Soooo I've found that root@localhost=actualusername@local host
Ahaaaa Sooo I've found that password=actual password selection
So now this should work, however with SME I'm having some trouble appearantly with the way SME work with security and how many scripts need to write to the temp/ or tmp folder on the server.
So in this case it all works fine exept the importing of data but I'll get that worked out soon.
Also FYI the Conflux listed on the Conrib/how to's seems to be a nice package as well and does bookmarks and contact management and a whole lot more, but perhaps a bit too much for what I need it for, anyhow I may try it out next and only use the features I need, also only 5 users free license then you pay for extra users, but a good pricing for something like this though.
Anyhow hope this helps
Now if I could just get the script to import or write to the temp file, or perhaps get the temp file to accept writing etc. I'm not sure what to do about this at this point, but I'm responding to the scipt author and he is very helpful, and fast response.
Well thats all I know
