-
Notifications
You must be signed in to change notification settings - Fork 8
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
adds local installation instructions #77
Conversation
in instructions, it may be good to say which version you need (or was tested). e.g. I tried to install with Ruby 2.4 and json 1.8.3, mandatory for github-pages, fails to build. |
OK, I'll scope it out. Thanks @JeromeMartinez, that's a good suggestion. I can't test this until this evening, please hold until then! |
Added a Ruby version, although Ruby's bundler should really take care of the rest (re: @dericed was running into problems related to |
When I try, I am having lot of dependencies issues. I am on Windows.
(full log) Issue is documented ruby/json#303 With Ruby 2.3 Windows, I have that:
Note: few months ago I succeeded to install and run it, but I don't remember which version (of Ruby and github-pages), and there was no We also have https://github.com/MediaArea/MediaConch-Website/blob/master/HowToBuild.txt which adds github-pages, maybe a single and complete place for install? If I remember well, @GuillaumeRoques also had hard time installing it on CentOS. Which OS was tested? Which version of Ruby? |
I'm sorry that I am so uninformed on running Ruby on Windows. You shouldn't have to install everything one-by-one like that, I am going to send a PR to delete the Gemfile.lock we have checked into this repo -- that is not a necessary piece of code and it could be impacting the install. |
Oh, and I'm on a Mac, Sierra, and running Ruby |
Should I put those instructions in the HowToBuild.txt? |
If I merge this PR, we would have 2 places for instructions, and both incomplete (e.g. no github-pages in the readme, no bundler in the howto), not good. I suggest to move all in 1 place (readme) + info about the tested platform with OS and versions of ruby/bundler/github-pages/everything we install from the command line (as we got issues on other platforms), and next year we'll see if it is worth it to work more on it with e.g. testing more platforms and versions. |
Will update. Fine to delete HowToBuild.txt? |
Yes, if content is moved to readme. |
:D |
@dericed please test if I gave these instructions correctly