Any experience installing and deploying community version in a virtual Linux server
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-18-2015 01:16 PM
We would like to install and deploy the community version to a virtual server (provided by an web hosting company) to allow access within our small organization. We also need to install thirty-party add-ons and customize it, so we don't want to just use the Alfresco on the cloud solution.
I think it should be totally feasible and reliable to install it in a virtual server. Do you have any experience of that?
Another option is to install it in a personal computer. But it will have many negative aspects, for example the personal computer should be online whenever any user wants to access the system. This will be minimal investment but more limitation.
- Labels:
-
Archive
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-18-2015 01:41 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-18-2015 08:39 PM
Yes, I installed Alfresco 5.0.d on a <strong>t2.medium</strong> Ubuntu 14.04 server on EC2 in AWS. No problems.
<code bash>
sudo apt-get install libice6 libsm6 libxt6 libxrender1 libfontconfig1 libcups2
</code>
download and install Community Alfresco for Linux 64-bit ..
<code bash>
sudo ./alfresco-community-5.0.d-installer-linux-x64.bin
</code>
And then browsed to ..
http://IP_ADDRESS or DNS_ADDRESS:8080/share
And all worked fine.
Most of the articles in my blog http://geofoss.net/ relate to this installation.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-18-2015 10:56 PM
BTW do you know if it is possible to install in t2.micro instance? Because I would like to have a free trial before convincing the client to install in the payed service.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-19-2015 01:16 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-19-2015 02:29 AM
At the same time, I notice that the CPU usage is just a few percent and looks like the installation is not doing its work. What's wrong here?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-19-2015 03:04 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-08-2017 07:02 AM
So, I should run:
./alfresco-community-installer-201704-linux-x64.bin -mode text
is that right?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-22-2015 04:29 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-22-2015 05:35 AM
