| View previous topic :: View next topic |
| Author |
Message |
hansfn Pivot Team


Joined: 15 May 2004 Posts: 5289 Location: Molde, Norway
|
Posted: Mon Jul 18, 2005 2:44 pm Post subject: Pivot Setup (version 1.3.1) |
|
|
I'm happy to announce "Pivot Setup". I wrote it as a reply to my own feature request in the Pivot Forums - Improved installation security wise. From the docs:
| Quote: |
This PHP script enables you to install Pivot:- Directly from SourceForge (without downloading to your local machine and then uploading the files to your host with FTP).
- In a safe manner (without world-writeable files/directories).
- On a server which have Safe Mode enabled without using the hacks in the Pivot Manual.
|
This post will always contain the latest version as an attachment.
This thread is only for announcements - please use the discussion thread if you have any issues (or praises).
Please read the documentation before using it.
| Description: |
| Pivot Setup version 1.3.1 |
|
 Download |
| Filename: |
pivot-setup-1-3-1.zip |
| Filesize: |
11.58 KB |
| Downloaded: |
7802 Time(s) |
_________________ My Pivot bookmarks, snippets and scripts| Pivot Documentation Project: Template tags
Last edited by hansfn on Sun Oct 14, 2007 2:12 am; edited 14 times in total |
|
| Back to top |
|
 |
hansfn Pivot Team


Joined: 15 May 2004 Posts: 5289 Location: Molde, Norway
|
Posted: Mon Nov 13, 2006 8:30 pm Post subject: Re: Pivot Setup (version 1.3.1) |
|
|
I'm happy to announce version 1.2 (just in time for you to use it to upgrade to Pivot 1.40 beta 2):
- Upgrade action now supports upgrading to 1.30.X and 1.40.X. (The filenames of the zip files at SF had changed.)
- Pivot Setup tries (and normally succeeds) to back-up the old files before upgrading!
- Displays the current version number on the upgrade page.
Everyone is encourage to upgrade. Read the first post to get the new version.
_________________ My Pivot bookmarks, snippets and scripts| Pivot Documentation Project: Template tags |
|
| Back to top |
|
 |
hansfn Pivot Team


Joined: 15 May 2004 Posts: 5289 Location: Molde, Norway
|
Posted: Tue Nov 14, 2006 9:07 am Post subject: Re: Pivot Setup (version 1.3.1) |
|
|
On servers with just 8MB memory for PHP, the back-up that Pivot Setup tries to do before upgrading may fail (and hence stop the complete upgrade process). Until I have released version 1.3, just comment out/remove the line containing "backup();" if you have this problem.
_________________ My Pivot bookmarks, snippets and scripts| Pivot Documentation Project: Template tags |
|
| Back to top |
|
 |
hansfn Pivot Team


Joined: 15 May 2004 Posts: 5289 Location: Molde, Norway
|
Posted: Sat Jan 27, 2007 4:48 pm Post subject: Re: Pivot Setup (version 1.3.1) |
|
|
I'm very happy to finally announce version 1.3. Changes:
- Most importantly, you can now chmod any file using Pivot Setup. This solves the problem for people that like to edit their templates (and such) outside Pivot (and upload the modified files with FTP).
- You can turn off back-up using a setting in the config section of the file. This is needed if the script runs out of memory.
- The script now uses the standard, familiar Pivot admin GUI.
_________________ My Pivot bookmarks, snippets and scripts| Pivot Documentation Project: Template tags |
|
| Back to top |
|
 |
hansfn Pivot Team


Joined: 15 May 2004 Posts: 5289 Location: Molde, Norway
|
Posted: Sun Oct 14, 2007 1:45 am Post subject: Re: Pivot Setup (version 1.3.1) |
|
|
I'm happy to announce version 1.3.1. This is a minor upgrade - if 1.3 works for you there is no need to upgrade. Changes:
- Fixed SourceForge updater file detection.
- Downloading the PclZip library from pivotlog.net (in stead of from my work server).
- Fixed a safe mode issue (when upgrading).
_________________ My Pivot bookmarks, snippets and scripts| Pivot Documentation Project: Template tags |
|
| Back to top |
|
 |
komputist Pivot Groupie


Joined: 13 Dec 2004 Posts: 44 Location: Norway
|
Posted: Mon Mar 31, 2008 1:17 am Post subject: Re: Pivot Setup (version 1.3.1) |
|
|
| Regarding PS's requirement that we, if we want to edit files, set the permisions per file using the PS, does that requirement also count when the user uses as file transfer program in SFTP mode (By SFTP I refer to the "SSH file transfer protocol" and not to "FTP over SSH"). After all, then the permissions should be kept, or?
|
|
| Back to top |
|
 |
hansfn Pivot Team


Joined: 15 May 2004 Posts: 5289 Location: Molde, Norway
|
Posted: Mon Mar 31, 2008 4:55 am Post subject: Re: Pivot Setup (version 1.3.1) |
|
|
Preserving permissions is normally OK - SFTP and SCP (scp -p) does that. However, the problem is to preserve the ownership of the files. The files installed by PS are owned by the webserver user (and that is really important if your server is using safe mode). When you copy files using SFTP (or SCP) the copied files are owned by the user you login in as.
You can either tar the files and copy them over, or use rsync to preserve ownership.
_________________ My Pivot bookmarks, snippets and scripts| Pivot Documentation Project: Template tags |
|
| Back to top |
|
 |
| View previous topic :: View next topic |
|