Assembla home | Assembla project page
 

Ticket #41 (new Enhancement Request)

Opened 3 years ago

Last modified 3 years ago

Create ubuntu install script

Reported by: swiss Assigned to:
Priority: Medium Milestone: Undecided
Component: Installation Version:
Keywords: Cc:

Description (Last modified by swiss)

Using the cheatsheet described in the forums create a simple bash script that will execute the commands and update apache to install swisscenter.

The script should

  • Be named specific to the distribution (eg: install_ubuntu_5.1.sh)
  • Use apt-get install to check for and install the necessary dependencies
  • Use wget and zip to download and install swisscenter
  • chown the swisscenter files
  • Write an apache vhost file and create the appropriate symbolic link (restarting apache as necessary)
  • Launch a browser onto the config screens

Change History

05/09/07 12:23:38 changed by swiss

  • description changed.

05/13/07 10:56:43 changed by swiss

  • version deleted.
  • milestone set to Undecided.

Might not be needed if Swisscenter supports XAMPP out-of-the-box. See ticket #42.

05/13/07 16:03:17 changed by mvdkleijn

Maybe just creating a Debian package would be enough since it supports the functionality you desire from the script... I could look into creating one?

Installing SwissCenter in Ubuntu (or any Debian based system for that matter) would become a simple:

apt-get install swisscenter_1_16.deb

05/14/07 08:22:57 changed by swiss

  • description changed.