cancel
Showing results for 
Search instead for 
Did you mean: 

source code install to my pc

Mahesha
Confirmed Champ
Confirmed Champ

Hi friends 

I am new to the Alfresco

I am alredy download the alfesco source code 

can i know pleace how to install it to my pc

2 REPLIES 2

EddieMay
World-Class Innovator
World-Class Innovator

Hi,

Deployment options for ACS Community are documented here.

Digital Community Manager, Alfresco Software.
Problem solved? Click Accept as Solution!

jpotts
World-Class Innovator
World-Class Innovator

It is very rare that you will need to compile Alfresco from source. The source is definitely handy to have, because it often assists with troubleshooting or with understanding how the product is built and extended, but for most projects, compiling from source is unnecessary.

Instead, if you are looking to make configuration changes or extend the platform you should start with the Maven-based Alfresco SDK. Using the Alfresco SDK you'll be able to launch and run Alfresco on your machine and you'll be able to make and test config changes and customizations. The SDK will also produce artifacts that you can deploy into your Alfresco server installation.

I have written a tutorial called Getting Started with the Alfresco Maven SDK you might consider working through as well as several other tutorials that many developers have used to take their first steps with Alfresco development. I hope you find them useful.