Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F113708182
UNINSTALL
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Tue, May 20, 13:41
Size
2 KB
Mime Type
text/plain
Expires
Thu, May 22, 13:41 (1 d, 12 h)
Engine
blob
Format
Raw Data
Handle
25362430
Attached To
R3600 invenio-infoscience
UNINSTALL
View Options
Invenio UNINSTALL
=================
About
=====
This document specifies how to uninstall the Invenio. Please see
INSTALL and RELEASE-NOTES files if you are looking for information on
how to install or upgrade the system.
Contents
========
1. Quick instructions for the impatient Invenio admin
2. Detailed instructions for the patient Invenio admin
1. Quick instructions for the impatient Invenio admin
==================================================
$ cd /usr/local/src/invenio-0.90
$ make uninstall ## NOTE: This has not been tested yet!!
$ cd ..
$ rm -rf invenio-0.90.tar.gz invenio-0.90
$ mysql -h sqlserver.domain.com -u root -p mysql
mysql> DROP DATABASE invenio;
mysql> REVOKE ALL PRIVILEGES ON invenio.* FROM invenio@webserver.domain.com;
2. Detailed instructions for the patient Invenio admin
===================================================
$ cd /usr/local/src/invenio-0.90
Change to the directory where you have configured and built
the Invenio.
$ make uninstall ## NOTE: This has not been tested yet!!
This will uninstall all the installed web pages, binary
scripts and database utilities from their respective
directories.
Note that it may happen that you will need to clean manually
some directories and files that may have been added under
@prefix@.
$ cd ..
Go to the parent directory.
$ rm -rf invenio-0.90.tar.gz invenio-0.90
Wipe out the downloaded tarball and all the Invenio sources.
$ mysql -h sqlserver.domain.com -u root -p mysql
mysql> DROP DATABASE invenio;
mysql> REVOKE ALL PRIVILEGES ON invenio.* FROM invenio@webserver.domain.com;
Ask your MySQL administrator to execute the above commands
to drop Invenio databases and to revoke access rights
from the Invenio user.
Thanks for testing Invenio. We would be glad to hear from you
about your Invenio experience. Please tell us what you think to
help us to improve the system. Thanks!
- Invenio Development Group
<info@invenio-software.org>
<http://invenio-software.org/>
Event Timeline
Log In to Comment