Bitnami OpenProject Stack 11.4.1-4 ============================= 1. OVERVIEW The Bitnami Project was created to help spread the adoption of freely available, high quality open source web applications. Bitnami aims to make it easier than ever to discover, download and install Open Source software such as document and content management systems, wikis and blogging software. You can learn more about Bitnami at https://bitnami.com OpenProject is free and open source software for project management with a wide set of features and plugins and an active community. OpenProject offers a multitude of features and plugins to support your teams throughout the whole project life cycle: From the initial set-up of a project plan, to tracking of requirements and tasks, reporting status or documentation. You can learn more about Openproject at http://www.openproject.org The Bitnami Openproject Stack is an installer that greatly simplifies the installation of Openproject and runtime dependencies. It includes ready-to-run versions of Apache, PostgreSQL, Subversion and Ruby on Rails. Openproject 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. You can learn more about Bitnami Stacks at https://bitnami.com/stacks/ 2. 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 PostgreSQL or Apache 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 of the same stack, without them interfering with each other. 3. COMPONENTS Bitnami Openproject Stack ships with the following software versions: - Openproject 11.4.1 - Apache 2.4.53 - PostgreSQL 14.2 - Ruby 2.7.6 - Rails 7.0.2.4 - RubyGems 3.1.2 4. REQUIREMENTS To install Bitnami Openproject Stack you will need: - Intel x86 or compatible processor - Minimum of 512 MB RAM - Minimum of 400 MB hard drive space - TCP/IP protocol support - Compatible operating systems: - An x86 or x64 Linux operating system. - An OS X operating system x86 or x64. - A 32-bit Windows operating system such as Windows Vista, Windows 7, Windows 8, windows 10, Windows Server 2008 or Windows Server 2012. 5. INSTALLATION The Bitnami Openproject Stack is distributed as a binary executable installer. It can be downloaded from: https://bitnami.com/stacks/ The downloaded file will be named something similar to: bitnami-openproject-11.4.1-4-linux-installer.run on Linux or bitnami-openproject-11.4.1-4-linux-x64-installer.run on Linux 64 bit or bitnami-redmine-11.4.1-4-windows-installer.exe on Windows or bitnami-openproject-11.4.1-4-osx-x64-installer.dmg on OS X x64. On Linux, you will need to give it executable permissions: chmod 755 bitnami-openproject-11.4.1-4-linux-installer.run 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 Apache is 8080, for PostgreSQL is 5432 and for Mongrel cluster are 3001 and 3002. If those ports are already in use by other applications, you will be prompted for alternate ports to use. The next screen will prompt you for data necessary to send emails: SMTP Address: The address of SMTP server. SMTP Hostname: The name of SMTP server. SMTP Port: The port of SMTP server. SMTP Username and Password: User and password to SMTP server. Once the installation process has been completed, you will see the 'Installation Finished' page. You can choose to launch Bitnami Openproject 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 Openproject Stack in /home/user/openproject-11.4.1-4 on Linux or /Application/openproject-11.4.1-4 on OS X and use port 8080 for Apache on Unix systems and 5432 for PostgreSQL. 6. STARTING AND STOPPING BITNAMI OPENPROJECT STACK To enter to Openproject you can point your browser to http://127.0.0.1:8080/ on Unix systems. To start/stop/restart application on Linux you can use the included ctlscript.sh utility, as shown below: ./ctlscript.sh (start|stop|restart) ./ctlscript.sh (start|stop|restart) postgresql ./ctlscript.sh (start|stop|restart) apache ./ctlscript.sh (start|stop|restart) redis start - start the service(s) stop - stop the service(s) restart - restart or start the service(s) That will start Apache, Openproject and PostgreSQL services. Once started, you can open your browser and access the following URL: http://127.0.0.1:8080/ on Unix systems or If you selected an alternate port during installation, for example 18080, the URL will look like: http://127.0.0.1:18080/ 7. DIRECTORY STRUCTURE The installation process will create several subfolders under the main installation directory: apache2/: Apache Web server. postgresql/: PostgreSQL Database. ruby/: Ruby files. common/: Common libraries. licenses/: Licenses files. scripts/: Script with enviromnent vars. apps/openproject/: Openproject files. 8. DEFAULT USERNAMES AND PASSWORDS The Openproject administrative user and password are the ones you set at installation time. PostgreSQL admin user is called 'root', and its password is also one you set at installation time. The default non-root account used to access the database is named bn_openproject, and its password is random. 9. TROUBLESHOOTING This version of the Bitnami Openproject 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. In addition to the resources provided below, we encourage you to post your questions and suggestions at: https://community.bitnami.com/ 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: https://bitnami.com/newsletter. 9.1 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-openproject-11.4.1-4-linux.run: 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-openproject-11.4.1-4-linux.run 9.2 Apache If you find any problem starting Apache, the first place you should check is the Apache error log file: /home/user/openproject-11.4.1-4/apache2/logs/error.log on Linux or /Applications/openproject-11.4.1-4/apache2/error.log on OS X. Most errors are related to not being able to listen to the default port. Make sure there are no other server programs listening at the same port before trying to start Apache. Some programs, such as Skype, may also use port 80. For issues not covered in this Quick Start guide, please refer to the Apache documentation, which is located at http://httpd.apache.org/docs/ 9.3 Openproject For any problem related to Openproject, please visit https://community.openproject.org/projects/openproject/ 10. LICENSES OpenProject is distributed under the GNU General Public License v3, which is located at http://www.gnu.org/licenses/gpl-3.0.txt Apache Web Server is distributed under the Apache License v2.0, which is located at http://www.apache.org/licenses/LICENSE-2.0 PostgreSQL is distributed under the PostgreSQL License, which is located at https://www.postgresql.org/about/licence/ Ruby is released under the Ruby License (BSDL), wich is located at http://www.ruby-lang.org/en/license.txt Rails is released under the MIT license, which is located http://www.opensource.org/licenses/mit-license.php RubyGems is released under the Ruby License, which is located at http://www.ruby-lang.org/en/LICENSE.txt Rake is released under the Ruby License, which is located at http://www.ruby-lang.org/en/LICENSE.txt ImageMagick has its own license, which is located at https://www.imagemagick.org/subversion/ImageMagick/trunk/LICENSE Rmagick is released under the MIT license, which is located http://www.opensource.org/licenses/mit-license.php OpenSSL is released under the terms of the Apache License, which is located at http://www.openssl.org/source/license.html Ncurses is released under the MIT license, which is located at http://www.opensource.org/licenses/mit-license.php Readline is released under the GPL license, which is located at http://www.gnu.org/copyleft/gpl.html Zlib is released under the zlib License (a free software license/compatible with GPL), which is located at http://www.gzip.org/zlib/zlib_license.html Libiconv is released under the LGPL license, which is located at http://www.gnu.org/licenses/lgpl.html Expat is released under the MIT license, which is located at http://www.opensource.org/licenses/mit-license.php Freetype is released under The Freetype Project License, that is located at http://freetype.sourceforge.net/FTL.TXT