|
-
Mar 29th, 2008, 03:33 PM
#1
Thread Starter
New Member
phpBB2
well i installed phpbb2 on fedora 8 and then by mistake deleted few of its files, so now i want to uninstall it...so then i install it again from start.
is there any single command to install it like yum.....?
Regards
-
Mar 29th, 2008, 03:47 PM
#2
Re: phpBB2
delete the parent directory.
My usual boring signature: Something
-
Mar 30th, 2008, 09:10 AM
#3
Re: phpBB2
Just replace the files from the source tarball.
phpBB's installation only involves setting up a database. To uninstall it you can just delete the files and remove the database.
-
Mar 30th, 2008, 11:17 AM
#4
Fanatic Member
Re: phpBB2
If you installed it from the repositories you might want to remove it using the installer package you used. For example debian uses apt-get, which would automatically remove it for you and you can just run apt-get install phpbb again to reinstall it.
Otherwise if you installed it by hand (ie downloaded from their site and you uploaded it), then do what the other nice folks said and just delete the parent directory.
-
Mar 30th, 2008, 11:26 AM
#5
Re: phpBB2
Is phpBB included in Fedora repositories?
-
Mar 30th, 2008, 11:31 AM
#6
Fanatic Member
Re: phpBB2
I know it is in ubuntu repositories. I haven't used Fedora that much, but I would assume yes. I could be wrong though.
-
Mar 30th, 2008, 11:41 AM
#7
Re: phpBB2
so i guess my solution is void
My usual boring signature: Something
-
Mar 30th, 2008, 04:08 PM
#8
Thread Starter
New Member
Re: phpBB2
i did following steps so which file needs to be delete and is there any easy why like through yum command etc:
Here are steps which i followed:
$ tar zxf phpBB-2.x.x.tar.gz
$ mv ./phpBB2 /"PATH_TO_html_files"/
here the link i followed for installation:
http://www.hypexr.org/phpbb.php#phpbbinstall
but when i go to installation page...and click to start installation...it shows blank page.
Regards
-
Mar 30th, 2008, 05:37 PM
#9
Fanatic Member
Re: phpBB2
You typed in:
$ mv ./phpBB2 /"PATH_TO_html_files"/
Exactly like that?
-
Mar 30th, 2008, 07:33 PM
#10
Re: phpBB2
If you did not install it via yum you cannot uninstall it via yum...
Just delete it.
$ rm -rf /path/to/public_html/phpBB2/
$ mysql
> drop schema phpBB2;
Replace with your path and DB name, obviously.
-
Mar 31st, 2008, 06:22 AM
#11
Thread Starter
New Member
Re: phpBB2
 Originally Posted by k1ll3rdr4g0n
You typed in:
$ mv ./phpBB2 /"PATH_TO_html_files"/
Exactly like that?
YES that the only path i set so far
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|