Getting Alfresco maintence page on initial start
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-10-2014 10:51 AM
Hello all, this is my first post here and my first install of Alfresco. I am familiar with LAMP servers but haven't done much with java or tomcat.
I am on an ubuntu 12.04 openVZ container with 2gb of ram and 512mb of swap.
(I own the host server so I can assign up to 4gb of ram and more is on the way)
To install I used this installation script https://github.com/loftuxab/alfresco-ubuntu-install
The install went with out a hitch, I installed the defaults, nginx,tomcat, googledocs, sharepoint, imageMagik, swftools, libreoffice, and the postgresql connector, then ran the postgres script and followed all the instructions.
I updated the databases but when I bring up the webpage on 80 I get the maintence page and on 8080 I get nothing. nmap shows that 8080 is not opening, did I miss something in nginx? I am not 100% sure what to google.
I am on an ubuntu 12.04 openVZ container with 2gb of ram and 512mb of swap.
(I own the host server so I can assign up to 4gb of ram and more is on the way)
To install I used this installation script https://github.com/loftuxab/alfresco-ubuntu-install
The install went with out a hitch, I installed the defaults, nginx,tomcat, googledocs, sharepoint, imageMagik, swftools, libreoffice, and the postgresql connector, then ran the postgres script and followed all the instructions.
I updated the databases but when I bring up the webpage on 80 I get the maintence page and on 8080 I get nothing. nmap shows that 8080 is not opening, did I miss something in nginx? I am not 100% sure what to google.
Labels:
- Labels:
-
Archive
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-10-2014 11:00 AM
Nginx is not a must for installing alfresco ,the reason why port 8080 is not open is that you have not started tomcat .
you should execute ${TOMCAT_HOME}/bin/startup.sh to start tomcat
you should execute ${TOMCAT_HOME}/bin/startup.sh to start tomcat
