Answer the question
In order to leave comments, you need to log in
Participation in open source - how to deploy an application on a local machine?
I want to participate as a coder in a github project for the first time in my life, but the application is in ruby (+gulp+sass+jade) and I don't understand how I can install it on my local machine to make my changes.
I have ubuntu on a virtual machine, installed git, cloned the repository.
And then how? How can I force the project to show up in localhost? Does anyone have a manual?
( link to the project )
p/s/ I'm wildly sorry for such a simple question for many
Answer the question
In order to leave comments, you need to log in
Everything seems to be written there: https://github.com/shoes/shoes/wiki
For layout, you don't need a host, and in general, they need it, even if they give you hosting, breed a "freebie" here.
They moved
https://github.com/shoes/shoes4
And their new repository has a section "Installing Shoes 4" with step by step installation instructions.
For Win
Ruby
Node
gulp -> through the command line npm i gulp -g
sass configure through the appropriate plugin (create a task) in gulp
jade -> through the command line npm install jade
--------------- ----------------------------------------------------
Good luck with your open source projects!
thanks to those who posted.
but another question arose, but in general such a project (ruby + gulp + sass + jade) can theoretically be deployed on Windows or not? And if so, can someone tell me how?
p/s anticipating claims that developers are required to work under linux\mac, I want to add that I just as a user like the windows shell, no matter how shameful it may be considered
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question