alfresco install in linux

本文描述在Linux系统上安装Alfresco的步骤:

1. 下载安装文件:alfresco-community-4.0.x-installer-linux-x64.bin

2. 增加执行权限并执行:

chmod +x alfresco-community-4.0.d-installer-linux-x64.bin

./alfresco-community-4.0.d-installer-linux-x64.bin

3. 选择安装过程中语言:

Please select the installation language

[1] English - English

[2] French - Français

[3] Spanish - Español

[4] Italian - Italiano

[5] German - Deutsch

[6] Japanese - 日本語

Please choose an option [1] :

4. 输入安装目录

Installation folder

Please choose a folder to install Alfresco Community (Evaluation Use Only)

Select a folder [/opt/alfresco-4.0.x]:

5. 输入管理员(admin)的密码

Admin Password

Please give a password to use for the Alfresco administrator account.

Admin Password: :

6. 重复密码,输入Y,继续安装

7. 安装提示,继续安装,直到完成

8. 访问:

http://127.0.0.1:8080/share

时间: 2024-10-08 10:30:11

alfresco install in linux的相关文章

Install Oracle Linux 7 on Oracle VirtualBox

I'll start coding with JEE soon. Product environment adopts Oracle + WebLogic in Linux, technology adopts EJB3 and JPA. So I'm going to set a development environment in my own computer with them. For iMac installing JDK, Eclipse or Maven will not be

Install LEMP (Linux, Nginx, MySQL and PHP) Stack on Ubuntu Linux 14.04 LTS(转)

Install LEMP (Linux, Nginx, MySQL and PHP) Stack on Ubuntu Linux 14.04 LTS Nginx Installation Nginx is one of the robust web server in Linux world. Nginx is a free, open source, high performance HTTP server and reverse proxy, as weell as an IMAP/POP3

如何处理错误消息Please install the Linux kernel header files

Please install the Linux kernel "header" files matching the current kernel 当我启动minilkube时遇到如下错误消息: Minikube setup with driver virtualbox Starting local Kubernetes v1.10.0 cluster... Starting VM... E1010 03:57:24.565157 9896 start.go:174] Error s

MySQL Install for Linux

Linux下安装mysql的一些总结,分享下. 测试环境:CentOS6.6 下载地址:https://www.percona.com/downloads/Percona-Server-5.6/Percona-Server-5.6.28-76.1/ 安装版本:percona-server-5.6(或者5.5) 二进制包安装过程: 前提: 1.防火墙关闭(如果未做火墙策略) 2.selinux 关闭 部署: 1.依赖包安装: yum -y install openssl098e.x86_64 op

Oracle 12c agent install for linux

安装Agent代理 在EM11g时,agent安装是通过在被监制主机端下载agent代理并安装,在EM12c版本号上,能够在EM12c服务端.通过"推送"的方式把agent代理在远程安装到被监控的主机端,而且能够同一时候为多个主机安装agent代理. 官方文档: http://www.gokhanatil.com/2011/10/how-to-deploy-oracle-management-agent.html 安装方法: 首先登录EM12c 选择: 设置 -> 加入目标 -&

install pip linux

VS code下使用python拓展,通常会提示安装pip. pip 是一个现代的,通用的 Python 包管理工具.提供了对 Python 包的查找.下载.安装.卸载的功能. 安装pip 使用以下脚本: wget https://bootstrap.pypa.io/get-pip.py sudo python get-pip.py pip -V #查看pip版本 另:如果出现VS code中出现Linter pylint is not installed,点击install后仍出现There

Oracle GoldenGate Install For Linux

DownLoad: http://edelivery.oracle.com Prepare(Source And Target DB): Add Environment Varible vi /home/oracle/.bash_profile export LD_LIBRARY_PATH=$ORACLE_HOME/lib:/lib:/usr/lib:/opt/ogg Configure Database alter database archivelog; alter database for

ubuntu 14.04 install linux skpye4.3

For everyday use, I try to install skype linux version 4.3. First download the .deb file from the website of skype. Then dpkg -i skype.deb. If dependency is not satisfied, then try to install each required dependency all together(not each for one tim

How to install JDK (Java Development Kit) on Linux

This tutorial will guide you on how to install JDK (Java Development Kit) on Linux. Since I use Centos 5.4 x86_64 in everyday life, this guide is showing you how to install JDK in Centos 5.4 64bit. It must work in any other Linux distro such as Slack