Page 1 of 1

Upgrade Addons using Subversion

PostPosted: Sun Aug 04, 2013 9:25 am
by MaBoRaK
loading..............

Before to Upgrade the addons you need to:

  1. Stop Your Email Campaigns
  2. Create a Database Backup
  3. Create a Interspire Email Marketer File System Backup

Install Subversion

As root run:
Code: Select all
yum -y install subversion

Output:
Code: Select all
# yum -y install subversion
Loaded plugins: aliases, auto-update-debuginfo, changelog, dellsysid, downloadonly, fastestmirror, filter-data, fs-snapshot, keys, list-data, local, merge-conf, post-transaction-actions, presto, priorities, protectbase, ps, remove-with-leaves, rpm-warm-cache,
              : security, show-leaves, tmprepo, tsflags, upgrade-helper, verify, versionlock
Determining fastest mirrors
 * base: mirror.atlanticmetro.net
 * epel: mirror.steadfast.net
 * extras: mirror.beyondhosting.net
 * rpmforge: mirror.team-cymru.org
 * updates: mirror.beyondhosting.net
Skipping filters plugin, no data
0 packages excluded due to repository protections
Setting up Install Process
Resolving Dependencies
Skipping filters plugin, no data
--> Running transaction check
---> Package subversion.x86_64 0:1.6.11-9.el6_4 will be installed
--> Finished Dependency Resolution

Dependencies Resolved

========================================================================================================================================================================================================================================================================
 Package                                                          Arch                                                         Version                                                              Repository                                                     Size
========================================================================================================================================================================================================================================================================
Installing:
 subversion                                                       x86_64                                                       1.6.11-9.el6_4                                                       updates                                                       2.3 M

Transaction Summary
========================================================================================================================================================================================================================================================================
Install       1 Package(s)

Total download size: 2.3 M
Installed size: 12 M
Downloading Packages:
Setting up and reading Presto delta metadata
updates/prestodelta                                                                                                                                                                                                                              | 766 kB     00:00
Processing delta metadata
Package(s) data still to download: 2.3 M
subversion-1.6.11-9.el6_4.x86_64.rpm                                                                                                                                                                                                             | 2.3 MB     00:00
Running rpm_check_debug
Running Transaction Test
Transaction Test Succeeded
Running Transaction
  Installing : subversion-1.6.11-9.el6_4.x86_64                                                                                                                                                                                                                     1/1
  Verifying  : subversion-1.6.11-9.el6_4.x86_64                                                                                                                                                                                                                     1/1

Installed:
  subversion.x86_64 0:1.6.11-9.el6_4

Complete!
New leaves:
  subversion.x86_64

Update Addons

  1. Uninstall the Addon in: Interspire Email Marketer Control Panel > Settings > Addons
  2. Go to Addon folder:
    Code: Select all
    cd /path/to/interspire/admin/addons/
  3. Run:
    Code: Select all
    svn update --username SVN-USERNAME-HERE --password SVN-PASSWORD-HERE mta/
  4. Change Addons folder Writable:
    Code: Select all
    chmod 777 -Rf mta/
  5. Install the Addon in: Interspire Email Marketer Control Panel > Settings > Addons

And thats all

PS: You can request the Subversion User/Pass in your Client Area


connection closed.

Re: Upgrade Addons using Subversion

PostPosted: Sun Aug 04, 2013 10:04 am
by MaBoRaK
loading.........


Also here is some Subversion packages: http://subversion.apache.org/packages.html


connection closed.

Re: Upgrade Addons using Subversion

PostPosted: Sun Aug 04, 2013 12:11 pm
by informacione
Thank you for the reply and thank you for these great addons.

I have another question: What is my svn username and password?

Thanks in advance

Re: Upgrade Addons using Subversion

PostPosted: Mon Aug 05, 2013 4:32 am
by MaBoRaK
loading...................

informacione wrote:Thank you for the reply and thank you for these great addons.

I have another question: What is my svn username and password?

Thanks in advance


Hello hello, please request the svn username/password in your Client Area with your interspire domain. Thanks

connection closed.