-
Notifications
You must be signed in to change notification settings - Fork 1
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
Create an executable file that runs on Ubuntu. #51
Comments
How to Install
|
If you'll run into any issue, try using |
It's done in here |
It's fixed here. |
How to Generate an ExecutableThe
It will create the executable for rubyc with ruby3.1.2 After that. You can just generate your saas using this command.
|
Before starting, we recommend you read the project documentation.
Revised Requirement Prompt
You have 12 Ruby scripts in a single folder, each handling a different operation:
alerts.rb
deploy.rb
install.rb
list.rb
migrations.rb
proc.rb
source.rb
ssh.rb
start.rb
stop.rb
version.rb
Each script can be run with command-line arguments, for example:
Master Script (
saas.rb
)There is a master script,
saas.rb
, which:deploy
).For example:
Goal
We must to create an executable
saas
command using rubyc.The
saas
command, deployed into/usr/local/bin
must work like this:Adapt the source code of the **master script ** and operation scripts in order to be able to compile it with
rubyc
.Provide the exact command line with arguments to compile future versions of the
saas
comman.Constraints
rubyc
) to compile everything into one binary.rubyc
.The text was updated successfully, but these errors were encountered: