sudo suUncomment the following lines:
vi /etc/apt/sources.lst
deb http://archive.canonical.com/ubuntu lucid partnerupdate your system:
deb-src http://archive.canonical.com/ubuntu lucid partner
# apt-get updateInstall the needed packages:
# apt-get upgrade
# apt-get install mysql-server sun-java6-jdk imagemagick openoffice.org-core openoffice.org-java-common openoffice.org-writer openoffice.org-impress openoffice.org-calc swftoolsset the Java Home environment variable
vi /etc/environmentadd this line at the end of the file:
JAVA_HOME="/usr/lib/jvm/java-6-sun/"Now update the environment variables:
# source /etc/environment
Create the alfresco database:
# mysql -uroot -p
CREATE DATABASE alfresco DEFAULT CHARACTER SET utf8 COLLATE utf8_unicode_ci;Create a directory for alfresco:
GRANT ALL PRIVILEGES ON alfresco.* TO alfresco@localhost IDENTIFIED BY 'alfresco';
GRANT SELECT,LOCK TABLES ON alfresco.* TO alfresco@localhost IDENTIFIED BY 'alfresco';
FLUSH PRIVILEGES;
quit;
# mkdir -p /opt/alfresco# cd /opt/Download the latest alfresco release (replace the url if necessary)
# wget http://dl.alfresco.com/release/community/build-3370/alfresco-community-3.4.d-installer-linux-x32.binAnd follow the wizard
# sudo chmod +x alfresco-community-3.4.d-installer-linux-x32.bin
# ./alfresco-community-3.4.d-installer-linux-x32.bin
Then point your browser to:
http://yourserver:8080/alfresco (Alfresco DMS)
and
http://yourserver:8080/share (Alfresco Share)
Log in with user:admin e password:admin
Simplesmente perfeito. 1000% sem nenhum erro, sem nenhum problema, sem dificuldade ou dúvidas Go$taria de contribuir como faço?
ReplyDeleteFico contente por ter ajudado.
ReplyDeleteSe quiser contribuir, existe um botão donate na barra lateral...
Obrigado.