09-17-2017 12:17 AM
I tried to get ADF working locally. I get the following error:
I went through the installation instructions. I have not enabled APS. Not sure where I went wrong. Any pointers? Thanks in advance.
09-20-2017 06:11 PM
Those files are for different scenarios.In the documentation is explained depends if you are using the angular cli or webpack.
0.0.0.0 should be fine I just tried on my environment. If you press on the top right corner over the setting blu button. Can you post here the URL configured there?
09-20-2017 06:16 PM
09-21-2017 05:09 AM
Can you configure this two address with:
Ecm: http://localhost:3000/ecm
Bpm: http://localhost:3000/bpm
with the address that is currently in your settings, you are not going to hit the proxy but you are hitting directly the BE.
09-21-2017 11:42 AM
I tried to apply the changes, does not work
While updating the info the system complained that the URL is incorrect. I have turned off APS. Using only ACS. I can log in directly to ACS using the regular URL and port 8080. However with the above values it comes back with "You have entered an invalid username or password"
09-21-2017 12:10 PM
is your project on a GIT repo accessible?
09-21-2017 01:22 PM
Local instance. Have not configured any GIT
09-21-2017 06:11 PM
can you share with me the configuration of yours:
app.config-dev.json
app.config-prod.json
09-21-2017 08:54 PM
Dev COnfiguration:
{
"ecmHost": "http://{hostname}:{port}/ecm",
"bpmHost": "http://{hostname}:{port}/bpm",
"application": {
"name": "Alfresco"
},
"pagination": {
"size": 25
},
"files": {
"excluded": [".DS_Store", "desktop.ini", ".git"]
},
"activiti": {
"rest": {
"fields": [
{
"processId": "0",
"taskId": "7501",
"fieldId": "label10",
"values": [
{ "id": "f1", "name": "Field 1" },
{ "id": "f2", "name": "Field 2" },
{ "id": "f3", "name": "Field 3" }
]
}
]
}
}
}
Prod Config file
{
"ecmHost": "http://127.0.0.1:8080",
"bpmHost": "http://127.0.0.1:9999",
"application": {
"name": "Alfresco"
},
"pagination": {
"size": 25
},
"files": {
"excluded": [".DS_Store", "desktop.ini", ".git"]
},
"activiti": {
"rest": {
"fields": [
{
"processId": "0",
"taskId": "7501",
"fieldId": "label10",
"values": [
{ "id": "f1", "name": "Field 1" },
{ "id": "f2", "name": "Field 2" },
{ "id": "f3", "name": "Field 3" }
]
}
]
}
}
}
09-22-2017 07:49 AM
which command do you use to start the server?
09-22-2017 11:48 AM
Alfresco Content Service - using the run file
ADF by using: npm start
Explore our Alfresco products with the links below. Use labels to filter content by product module.