[GH-ISSUE #256] Required build steps for other components (not FrontEnd) #246

Closed
opened 2026-02-27 15:55:47 +03:00 by kerem · 5 comments
Owner

Originally created by @aaa-bbb111222 on GitHub (Aug 15, 2019).
Original GitHub issue: https://github.com/RD17/ambar/issues/256

Instruction states required steps only for FrontEnd, but what about other components?

Originally created by @aaa-bbb111222 on GitHub (Aug 15, 2019). Original GitHub issue: https://github.com/RD17/ambar/issues/256 Instruction states required steps only for FrontEnd, but what about other components?
kerem closed this issue 2026-02-27 15:55:48 +03:00
Author
Owner

@ratio91 commented on GitHub (Aug 15, 2019):

just analogous:

e.g.
cd Redis
docker build -t ambar/ambar-redis .

etc.

<!-- gh-comment-id:521814796 --> @ratio91 commented on GitHub (Aug 15, 2019): just analogous: e.g. `cd Redis` `docker build -t ambar/ambar-redis .` etc.
Author
Owner

@aaa-bbb111222 commented on GitHub (Aug 16, 2019):

@ratio91
I mean last sentence:

Note that some of the components require compilation or other build steps be performed on the host before the docker images can be built. For example, FrontEnd:

Assuming a suitable version of node.js is installed (docker uses 8.10)

$ npm install
$ npm run compile

<!-- gh-comment-id:521971555 --> @aaa-bbb111222 commented on GitHub (Aug 16, 2019): @ratio91 I mean last sentence: >Note that some of the components require compilation or other build steps be performed on the host before the docker images can be built. For example, FrontEnd: ># Assuming a suitable version of node.js is installed (docker uses 8.10) >$ npm install >$ npm run compile
Author
Owner

@ratio91 commented on GitHub (Aug 16, 2019):

I used a plain Ubuntu machine and was able to build all images without any issue.
Only for the frontend image, node was required.

<!-- gh-comment-id:522117138 --> @ratio91 commented on GitHub (Aug 16, 2019): I used a plain Ubuntu machine and was able to build all images without any issue. Only for the frontend image, node was required.
Author
Owner

@Yavari commented on GitHub (Aug 20, 2019):

I am using this docker-compose file to run amber: https://gist.github.com/Yavari/276525fd22dd3812fa74b2478fc12c20

Change {ip} in the bottom of the file and language on line 79 from ambar_sv.

<!-- gh-comment-id:522871465 --> @Yavari commented on GitHub (Aug 20, 2019): I am using this docker-compose file to run amber: https://gist.github.com/Yavari/276525fd22dd3812fa74b2478fc12c20 Change {ip} in the bottom of the file and language on line 79 from ambar_sv.
Author
Owner

@aaa-bbb111222 commented on GitHub (Aug 20, 2019):

Thanks @ratio91 @Yavari
Now it kinda works.

<!-- gh-comment-id:522982027 --> @aaa-bbb111222 commented on GitHub (Aug 20, 2019): Thanks @ratio91 @Yavari Now it kinda works.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/ambar#246
No description provided.