stubbornella / oocss

Object Oriented CSS Framework

Home Page:http://stubbornella.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

build issue - vm stuck on lucid32 login prompt

pflannery opened this issue · comments

Hi,

I followed the new setup instructions https://github.com/stubbornella/oocss/tree/master/oocss#setting-up-your-dev-environment

Everytime I launch the "oocss/start/win-start.bat" the virtual box loads but gets stuck on a "lucid32 login: " prompt.

How do I get around this so I can build the project?

Thanks..

(Im using windows 7)

I've managed to work out what was wrong.
My GIT ssh tool wasn't registered in the windows global path.

This is because when installing GIT on windows you get a choice to decide if you want to register the UNIX commands in the global windows path. When I originally installed GIT (yonks ago) I didn't want this.
(See screenshot of needed GIT install choice) - image

So the fix was:
Re-install GIT and let it register the path for you. (I choose this option)
OR
Register the "C:\Program Files (x86)\Git\bin" folder manually in to the windows global PATH

Once that was done I had to open up a command prompt and run the following steps:
type: cd \oocss\start
type: win-start.bat
type: vagrant ssh
(once SSH connected)
type: make

and only then does OOCSS build...

At the moment for me this all seems very long winded just to monitor changes I make but I'm hoping that I can shorten this down. I will update this post if I manage this (unless someone can assist ;)

Thanks..