Home > By category > Utilities >System Utilities > BitNami Alfresco Stacks



BitNami Alfresco Stacks

  • Downloads: 
  • Views: 
  • Rating:

BitNami Alfresco Stack is an easy to use installer for Alfresco, which is an Enterprise Content Management (ECM) system featuring Document Management, Web Content Management, Collaboration Management, Records Management and Image Management.

Alfresco is an Enterprise Content Management (ECM) system featuring Document Management, Web Content Management, Collaboration Management, Records Management and Image Management.

The BitNami Alfresco Stack is an installer that greatly simplifies the
installation of Alfresco and runtime dependencies. It includes ready-to-run
versions of Apache-Tomcat, MySQL and Java(tm) runtime. Alfresco Stack is
distributed for free under the Apache 2.0 license. Please see the appendix
for the specific licenses of all Open Source components included.

FEATURES

- Easy to Install
BitNami Stacks are built with one goal in mind: to make it as easy as
possible to install open source software. Our installers completely automate
the process of installing and configuring all of the software included in
each Stack, so you can have everything up and running in just a few clicks.

- Independent
BitNami Stacks are completely self-contained, and therefore do not interfere
with any software already installed on your system. For example, you can
upgrade your system's MySQL or Apache Tomcat without fear of 'breaking' your
BitNami Stack.

- Integrated
By the time you click the 'finish' button on the installer, the whole stack
will be integrated, configured and ready to go.

- Relocatable
BitNami Stacks can be installed in any directory. This allows you to have
multiple instances.

BitNami Alfresco Stack ships with the following software:

- Alfresco 3Stable
- Apache Tomcat 5.5.25
- MySQL 5.1.30
- OpenOffice 2.3.1
- ImageMagick 6.3.6

On Linux and Windows there are two versions of the stack, with and without a
bundled JDK 1.5.0. On OS X, it is required that you have Java 1.5 or later
installed in your system.

Note:
OS X installers are currently not shipped with OpenOffice

INSTALLATION

The BitNami Alfresco Stack is distributed as a binary executable installer.

The downloaded file will be named something similar to:

bitnami-alfresco-3.0-0-linux-installer.bin on Linux or
bitnami-alfresco-3.0-0-windows-installer.exe on Windows or
bitnami-alfresco-3.0-0-osx-powerpc-installer.app.zip on OS X PowerPC or
bitnami-alfresco-3.0-0-osx-x86-installer.app.zip on OS X x86.

On Linux, you will need to give it executable permissions:

chmod 755 bitnami-alfresco-3.0-0-linux.bin

On OS X, you will need to extract the installer from the zip
(this may have been done automatically by Safari).

To begin the installation process, invoke from a shell or double-click on
the file you have downloaded, and you will be greeted by the 'Welcome'
screen. You will be asked to choose the installation folder. If the
destination directory does not exist, it will be created as part of the
installation.

The default listening port for the bundled Apache Tomcat is 8080 and for the
bundled MySQL is 3006. If those ports are already in use by other
applications, you will be prompted for alternate ports to use.

The next screen will ask you for a password. This password will be used to
protect the MySQL root account.

If the installer has not been able to find a suitable JDK installation
in your system, you will have to provide the location of a jdk1.5 or jdk1.6
installation in the next page.

Once the installation process has been completed, you will see the
'Installation Finished' page. You can choose to launch BitNami
Alfresco Stack at this point. If you do so, your default web browser
will point you to the BitNami local site.

If you receive an error message during installation, please refer to
the Troubleshooting section.

The rest of this guide assumes that you installed BitNami Alfresco
Stack in /home/user/alfresco-3.0-0 on Linux or C:Program FilesBitNami Alfresco Stack
on Windows or /Applications/alfresco-3.0-0 on OS X and that you use port
8080 for Apache Tomcat and 3306 for MySQL.

STARTING AND STOPPING BITNAMI ALFRESCO STACK

To enter to your application you can point your browser to
http://127.0.0.1:8080/alfresco

To start/stop/restart application on Linux or OS X you can use the ctlscript.sh
utility:

./ctlscript.sh (start|stop|restart)
./ctlscript.sh (start|stop|restart) mysql
./ctlscript.sh (start|stop|restart) tomcat
./ctlscript.sh (start|stop|restart) openoffice

start - start the service(s)
stop - stop the service(s)
restart - restart or start the service(s)

You can start and stop BitNami Alfresco Stack on Windows using the shortcuts
created in the Start Menu, under Programs -> BitNami -> BitNami Service

DIRECTORY STRUCTURE

The installation process will create several subfolders under the main
installation directory:

*apache-tomcat/: Apache Tomcat Web server.
*java/: Java SE Development Kit.
*mysql/: MySQL Database.
*apps/: Applications folder
*openoffice/: OpenOffice application.
*imagemagick/: Imagemagick files.

Inside apps/alfresco there are additional folders and some files:

*lib/: Libraries for alfresco.
*docs/: Alfresco's documentation.
*licenses/: Licenses files.
*data/: Alfresco's data directory.

DEFAULT USERNAMES AND PASSWORDS

The default user administrator of the Alfresco application is:

login: admin
password: admin

MySQL admin user is called 'root', and its password is the one you set at installation time.

The default non-root account used to access the database is named
bitnami, and its password is also bitnami.

TROUBLESHOOTING

This version of the BitNami Alfresco stack is a preview version, and as such, may contain a number of bugs and be a little bit rough around the edges. We are working on the next release, which will contain several improvements along with expanded documentation.

We also encourage you to sign up for our newsletter, which we'll use to announce new releases and new stacks. To do so, just register at: http://www.bitnami.org/catalog/newsletter.

- Installer

+ Installer Payload Error

If you get the following error while trying to run the installer from the
command line:

"Installer payload initialization failed. This is likely due to an
incomplete or corrupt downloaded file"

The installer binary is not complete, likely because the file was
not downloaded correctly. You will need to download the file and
repeat the installation process.

+ Installer execution error on Linux

If you get the following error while trying to run the installer:

"Cannot open bitnami-alfresco-3.0-0-linux.bin: No application suitable for automatic installation is available for handling this kind of file."

In some operatings systems you can change permissions with right click properties -> permissions -> execution enable.
Or from the command line:

$ chmod 755 bitnami-alfresco-3.0-0-linux.bin

+ Safari browser error on OS X
Some versions of Safari have known issues with Alfresco. If your browser seems to hang while loading Alfresco's initial page, please upgrade your Safari version or use Firefox

+ Customize application on Linux or OS X
If you have enough RAM available and want to reduce delays, you can change ctlscript.sh by replacing this line:
export JAVA_OPTS="-XX:MaxPermSize=512m -Xms256m -Xmx512m"
with
export JAVA_OPTS="-XX:MaxPermSize=512m -Xms512m -Xmx1024m"

- Apache Tomcat
If you find any problem starting Apache Tomcat, the first place you
should look at is the error log file that will be created at
alfresco-3.0-0/apache-tomcat/logs/catalina.out. There you will
likely find useful information to determine what the problem is.
For issues not covered in this Quick Start guide, please refer to the BitNami forums and to the Apache Tomcat documentation, which is located at http://tomcat.apache.org/tomcat-5.5-doc/index.html.

+ ERROR [org.alfresco.smb.protocol.netbios] NetBIOSNameServer setup error: java.net.BindException: Permission denied

Alfresco tries to start a SMB/CIFS server, which uses ports 137, 138 and 139. All of these ports are in the privileged socket range so require the installer to be run from a privileged account. Alternitively you can also disable the SMB/CIFS server in the file-servers.xml file in the WEB-INFclassesalfresco folder.

- MySQL

If you encounter any problems starting MySQL, the first place to
look in is the "Problems and Common Errors" section of the MySQL
manual, which you will find at http://dev.mysql.com/doc/ The
following are some common problems:

+ Access denied when trying to connect to MySQL.

If you get an Access Denied message while trying to connect to
MySQL, make sure you are using the correct username and password.

+ "Can't connect to server" message.

Make sure that the MySQL daemon is up and running. Remember also that if during installation you selected a different listening port for MySQL, you may need to pass that as an extra command line option.

Free download from Shareware Connection - an Enterprise Content Management (ECM) system featuring Document Management, Web Content Management, Collaboration Management, Records Management and Image Management.

Publisher: BitNami | License: Shareware
Version: 3.0-0 | Size: 415692 KB | Platform: Win2000, WinOther, WinServer, WinVista
Released Date: | Rating: 0 | Title: BitNami Alfresco Stacks

Author Url: http://bitnami.org
Program Info Url: http://bitnami.org
Download Url: http://bitnami.org/files/stacks/alfresco/bitnami-alfresco-3.0-0-windows-installer.exe

More downloads from BitNami Alfresco Stacks publisher BitNami:

BitNami Redmine Stack - BitNami Redmine Stack Native Installer is an easy-to-install distribution of the Redmine application. It includes pre-configured, ready-to-run versions of Apache, MySQL, Ruby, Rails and Subversion.

BitNami WordPress Stack - BitNami WordPress Stack Native Installer is an easy-to-install distribution of the WordPress application. It includes pre-configured, ready-to-run versions of Apache, MySQL, PHP and phpMyAdmin.

BitNami WAMPStack - BitNami WAMPStack Native Installer is an easy-to-install environment to develop and deploy PHP applications. It includes pre-configured, ready-to-run versions of Apache, MySQL, PHP and phpMyAdmin.

BitNami Redmine Stack 1.4.1-0 - Greatly simplifies the deployment of Redmine and its required dependencies

BitNami Moodle Stack - BitNami Moodle Stack Native Installer is an easy-to-install distribution of the Moodle application. It includes pre-configured, ready-to-run versions of Apache, MySQL, PHP and phpMyAdmin.

BitNami Alfresco Stacks keywords:
BitNami Alfresco Stacks related downloads:

Excel Password Recovery Program - Excel Password Remover Tool to Unlock Excel password and open password protected excel file instantly. Unlock Excel Password tool easily unlock locked excel spreadsheet and open excel file without any restrictions. Recover Excel Password Instantly.

Password Angel - Password Angel is an elegant solution to a problem of storage, structuring, and protection of sensitive data. Super-secure encryption (AES 256-bit) of the password database. Just one master password. Excellent password manager.

Appnimi Word Password Recovery - Appnimi Word Password Recovery is designed to let you search for passwords of protected Word documents. This program guarantees the most complicated Word passwords recovery.

MDB Password Recovery - MDB Password Recovery is the best ever MS Access Password Recovery Tool to recover access password & recover MDB password which has lost or forgotten. MDB password recovery software restore access password & unlock MDB file of MS Access 97 and above.

Instant Messengers Password Recovery Master - Instant Messengers Password Recovery Master will recover passwords for most popular instant messengers, including ICQ, MSN, Yahoo! Messenger, Google Talk, Trillian, Miranda, GAIM, SIM, AIM, QIP, PSI, etc. Recover even complex passwords instantly!

Shareware Connection periodically updates pricing and software information of 'BitNami Alfresco Stacks' from company source 'BitNami' , so some information may be slightly out-of-date. You should confirm all information before relying on it. Software piracy is theft,  Using 'BitNami Alfresco Stacks' crack, password, serial numbers, registration codes, key generators is illegal and prevent future development of BitNami Alfresco Stacks.

New Reviews

Sony Movie Studio 13 Platinum - Sony enjoys a prime position in consumer level media software development and its Movie Studio has a large fan following. However, in recent years competition from Adobe and Corel has caught up. The recent overhaul of Sony’s video editor ...

Apple Aperture - It is quite true that Macintosh users generally get fewer tools to pick from than Windows users but they have some solid and impressive software to work with. One such example is Apple’s professional image editing and organizing tool, ...

Avast Endpoint Protection Suite Plus - PC security has become a vital aspect of computing nowadays and business users face the heat more than home users. While installing and handling a standalone antivirus suite is neither tedious nor time consuming, the scenario is different in ...

Comodo Unite - There are many ways to bypass the restrictions imposed on users by governments and ISPs for accessing specific websites and online services. One of them is using a capable VPN application. A VPN app basically lets you camouflage the real IP ...

Dragon NaturallySpeaking Standard - No matter what type of computer you use, it becomes necessary to use keyboard for typing. This is the case with average home users as well as network administrators working in professional setups. Would not it be nice if you could give your hands ...

Adobe Muse CC 2014 - There was a time when Dreamweaver used to be the most widely used web design app and competitors from Microsoft or other small players used to lag behind. While the powerhouse app still enjoys a humongous user base worldwide, emergence of new ...

MacCleanse - Macs are known for their multitasking prowess and near perfect performance over other type of computers. However, after prolonged usage a Mac can also run slower than usual. In such situations, you can try third party clean up and maintenance ...

Autodesk MotionBuilder 2015 - 3D animators and post production setups need to use Motion capturing technology extensively for making stunning films, ads and tutorials etc. Over the years, both software and hardware technology used in this segment have evolved by leaps and ...

Tiranium Premium Security 2014 - Antivirus or Internet security software has become a mandatory requirement for computer users, including casual users and network administrators. However, it is quite commonplace for average PC users to get a little confused when selecting a ...

Perfect Photo Suite Premium Edition - For comprehensive image editing and web designing, millions of professionals use Adobe’s powerhouse and industry leading app, namely Photoshop. While Photoshop continues to be the darling of millions for advanced image retouching and ...




New Downloads

Syncios Data Transfer

Syncios Data Transfer provides
simply yet effective phone to
phone transfer solution for
transferring contacts, music,
...

Yodot AVI Repair for Mac

Yodot AVI Repair provides a
comprehensive solution for
repairing severely corrupt AVI
video file on Macintosh OS. In
...

Advanced Task Scheduler

Advanced Task Scheduler is a
multifunctional task
scheduler, which allows you to
automate all your day-to-day
tasks: ...

Active Disk Editor

Disk Editor is a free low
level hexadecimal editor
specifically aimed to explore
NTFS partitions internals.
Extended ...

GiliSoft Free Disk Cleaner

GiliSoft Free Disk Cleaner is
a quick and safe junk file
cleaner.

Android File Transfer Mac

Android File Transfer Mac will
sync data between your Mac and
Android. With Android File
Transfer Mac you can sync ...

Disk Cleanup Free

Disk Cleanup Free - a small
utility that will help you to
delete temporary files on your
computer. Many PC users know
...

NXPowerLite Desktop

Compress PDF, JPEG, Word
documents, Excel spreadsheets
and PowerPoint presentations.
Files remain in their original
...

AlomWare Reset

Speed up your PC without
rebooting!

ScrollNavigator

ScrollNavigator helps you to
scroll your documents. Simply
click and hold down the right
mouse button anywhere in a ...

Classic FTP Plus for Mac

Classic FTP Plus for Mac is
ftp client that allows you to
manage, edit, upload, download
and delete files from a remote
...

PCTuneUp Free Disk Cleaner

PCTuneUp Free Disk Cleaner is
just like a sweeper to help
you clean up the harddrive.
Therefore, you can ensure that
you ...