Difference between revisions of "Talk:Multi Node Install"

From Archivematica
Jump to navigation Jump to search
Line 11: Line 11:
 
When installing the archivematica-mcp-server , it would be helpful to discuss here the how to manually configure the mcp database. In a multi node install, there may be an existing mysql installation, or a dedicated mysql server in the lan?
 
When installing the archivematica-mcp-server , it would be helpful to discuss here the how to manually configure the mcp database. In a multi node install, there may be an existing mysql installation, or a dedicated mysql server in the lan?
  
If I choose to remove archivematica-mcp-server, it uninstalls all its dependencies, even though for me, some of those were already installed and being used on my machine.  However, the dbconfig conf file was not removed: /etc/dbconfig-common/archivematica-mcp-server.conf .  So if you change your mind, and want to re-run the dbconfig script, you have to manually delete this conf file.
+
If I choose to remove archivematica-mcp-server, it uninstalls all its dependencies, even though for me, some of those were already installed and being used on my machine (e.g. python-mysqldb).  However, the dbconfig conf file was not removed: /etc/dbconfig-common/archivematica-mcp-server.conf .  So if you change your mind, and want to re-run the dbconfig script, you have to manually delete this conf file.

Revision as of 18:10, 10 December 2012

Before you can add repos using the add-apt-repository command, you have to do:

sudo apt-get install python-software-properties

after adding the ppa's, I had to do:

sudo apt-get update

to be able to install the archivematica-mcp-server.

When installing the archivematica-mcp-server , it would be helpful to discuss here the how to manually configure the mcp database. In a multi node install, there may be an existing mysql installation, or a dedicated mysql server in the lan?

If I choose to remove archivematica-mcp-server, it uninstalls all its dependencies, even though for me, some of those were already installed and being used on my machine (e.g. python-mysqldb). However, the dbconfig conf file was not removed: /etc/dbconfig-common/archivematica-mcp-server.conf . So if you change your mind, and want to re-run the dbconfig script, you have to manually delete this conf file.