Difference between revisions of "CentOS 7.x Owncloud installation using bitnami stack"

From Notes_Wiki
(Created page with "<yambe:breadcrumb self="Owncloud installation using bitnami stack">CentOS_7.x_owncloud|Owncloud</yambe:breadcrumb> =CentOS 7.x Owncloud installation using bitnami stack= To I...")
 
m
Line 25: Line 25:




 
''If any bitnami stack installation fails even when:
* SELinux is disabled
* There is enough space in /opt
* There is enough free RAM in system
* perl-Data-Dumper is installed and latest version
then rebooting the system might help to resolve the installation issue.''


<yambe:breadcrumb self="Owncloud installation using bitnami stack">CentOS_7.x_owncloud|Owncloud</yambe:breadcrumb>
<yambe:breadcrumb self="Owncloud installation using bitnami stack">CentOS_7.x_owncloud|Owncloud</yambe:breadcrumb>

Revision as of 11:55, 17 March 2019

<yambe:breadcrumb self="Owncloud installation using bitnami stack">CentOS_7.x_owncloud|Owncloud</yambe:breadcrumb>

CentOS 7.x Owncloud installation using bitnami stack

To Install owncloud using bitnami stack use following steps:

  1. Disable SELinux
  2. Either allow port 80,443 in firewall or disable firewall
  3. Ensure that there is no process listening on required ports 80 (httpd), 3306 (mariadb) etc. This is important if you are trying to upgrade from older owncloud to newer owncloud in same machine.
  4. Download installer from https://bitnami.com/stack/owncloud/installer such as https://bitnami.com/redirect/to/473445/bitnami-owncloud-10.1.0-1-linux-x64-installer.run at time of writing.
  5. Set execute permissions on downloaded file using command similar to:
    chmod +x bitnami-owncloud-10.1.0-1-linux-x64-installer.run
  6. Execute installer using command similar to './bitnami-owncloud-10.1.0-1-linux-x64-installer.run' and answer following in graphical or text wizard based on UI:
    Setup folder
    /opt/owncloud-10.1.0-1 (Use default)
    Real name
    admin
    Email ID
    saurabh@sbarjatiya.com
    Login
    admin
    Password and reconfirm password
    secret
    Hostname
    files.sbarjatiya.com (Very important to have proper DNS based FDQN, do not use IP)
    Configure email support
    No
    Settings
    Production (default)
    On deploy owncloud to cloud
    No / Disable
    Launch owncloud application stack
    Yes
  7. Open https://FQDN/ and login with admin:secret


If any bitnami stack installation fails even when:

  • SELinux is disabled
  • There is enough space in /opt
  • There is enough free RAM in system
  • perl-Data-Dumper is installed and latest version

then rebooting the system might help to resolve the installation issue.

<yambe:breadcrumb self="Owncloud installation using bitnami stack">CentOS_7.x_owncloud|Owncloud</yambe:breadcrumb>