-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to launch my own FWBuild server? #40
Comments
you need to run fwbuild-manager. the source is here, there's also a dockker-compose file that should give you an idea: https://github.com/mongoose-os/mos/tree/master/fwbuild there is currently no documentation, if you can contribute a README that would be great. |
also, the new location for the mos repo is https://github.com/mongoose-os/mos, please move all activity there. |
@Harvie Did you ever end up completing this ? I`m at the same stage when i need to setup a build server remotely ... |
Not really, but i still think it would be useful as some of my coworkers were still not able to get it running localy and i dont want to spend time fixing everyone's laptop. |
@Harvie Thanks - wil post here if i will be able to get anywhere - greetings form a fellow Bill Hicks fan :) |
@Harvie |
@amizer12 cool! seems simple. thank you. |
@Harvie editing /mos/fwbuild/manager/fwbuild_manager.go will change the file size limit - see line : |
local deps - i.e. libs with |
mos help --full
mentions this parameter:--server string FWBuild server (default "https://mongoose.cloud")
How can i install such service on my server, so we don't have to get docker running on all of our developer laptops? Default mongoose.cloud server has some time limit, which is too small for us. even for relatively small test projects. So i would like to have my own server without time limit.
The text was updated successfully, but these errors were encountered: