Skip to content
This repository has been archived by the owner on Jun 13, 2018. It is now read-only.

TODO #4

Open
wilfriedE opened this issue Nov 25, 2014 · 0 comments
Open

TODO #4

wilfriedE opened this issue Nov 25, 2014 · 0 comments

Comments

@wilfriedE
Copy link
Owner

_One of points of this now is to make it easy for people to install things instead of having to worry about keeping the executable install package in the downloads folder all the time. With the next changes, one it is installed, the executable install package would be deleted from the temporary folder._

+create a system to handle packages

Separate project into two:
WPM => "Windows Package manager" (Used to install packages, or executable such as the ruby installer, python installer etc...)
This would be the necessary install.
One might be prompted to install WRVM
Make it possible to make development easy.
-Use curl instead of forcing ruby to install things. (http://curl.haxx.se/dlwiz/ use libcurl unzip for project.)
Check if curl is available, if not then install curl, and use curl for everything else, if possible
usage example: curl to install for now [Ruby, Jruby, Rubinius, Python, Rust] more as it all works.

WRVM => "Windows Ruby Version Manager" used primarily to control ruby environments.
-Have a temporary location (folder) where different ruby environments for projects exist.
-When WRVM is used to create a new environment in a ruby project, create a file called .wrvmnotice, which contains the the name of the environment for the project to be retrieved from the temporary folder. Find a way to make this a temporary requirement as long as command prompt is open.
+++more soon

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant