mirror of
https://github.com/RD17/ambar.git
synced 2026-04-25 23:45:50 +03:00
[GH-ISSUE #256] Required build steps for other components (not FrontEnd) #246
Labels
No labels
$$ Paid Support
bug
bug
enhancement
help wanted
invalid
pull-request
question
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ambar#246
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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?
@ratio91 commented on GitHub (Aug 15, 2019):
just analogous:
e.g.
cd Redisdocker build -t ambar/ambar-redis .etc.
@aaa-bbb111222 commented on GitHub (Aug 16, 2019):
@ratio91
I mean last sentence:
@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.
@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.
@aaa-bbb111222 commented on GitHub (Aug 20, 2019):
Thanks @ratio91 @Yavari
Now it kinda works.