Re: installing from cvs
Randy Perkins <[email protected]>
| Newsgroups | gmane.comp.audio.netjuke.user |
|---|---|
| Message-ID | <[email protected]> |
hello,
thanks for the reply,
i believe i have got the cvs version running
using the info from the DEVELOPEMENT_CHANGES.txt file
I will list what i did in case i missed something,
or if someone else wants to try this.
these are the sections in the Developement_changes.txt file
DATABASE CHANGES :
i make these changes with mysql.
after i did them i could get the login screen and login
LOCALIZATION CHANGES :
i looked at the files mentioned in this section.
It doesnt look like i needed to edit any files,
as the changes were already done ??
PREFERENCES FILE CHANGES :
this is the part that took me awhile.
if i tried to save a change to the setup, i would only get a blank
page until i made the change to etc/inc-prefs.php
the file lib/inc-admin.php had an entry for DEFAULT_ICON_SET
so i used that entry to show me where to plug in the new line in
etc/inc-prefs.php
i dont know if it mattered where i added the line to
etc/inc-prefs.php,
but since i saw it called an array, i thought that it might matter.
NEW FILES :
i didnt have either one of these new files that are listed here
now i can save changes to my setup and am now using the recursive file
finder to add entries to the database.
thanks
randy
On Thu, 2003-03-27 at 14:57, Blake Watters wrote:
> The installer is the last feature that I implement when doing a Netjuke release. There's not much point tying myself up pushing changes into when the codebase is still under heavy changes, so I don't touch the installer until the release is feature frozen (say, two weeks prior to a release). To help people install and keep up with changes, I've added a DEVELOPMENT-CHANGES.txt file to the docs/ directory. The most obvious change you will need to make is to take all those database queries and execute them, otherwise your Netjuke may mysteriously break. I'd recommend using PHPMyAdmin or PHPPgAdmin to execute the queries and bring yourself up to date.
>
> Blake
>
> On 26 Mar 2003 23:19:41 -0500
> Randy Perkins <[email protected]> wrote:
>
> > hello
> > i want to get the latest version of netjuke
> > so i am attempting to install thru cvs
--
Randy Perkins <[email protected]>