Closed
Bug 921577
Opened 12 years ago
Closed 12 years ago
When installing Webmaker-suite on Windows 8, login.webmaker.org doesn't get properly set up
Categories
(Webmaker Graveyard :: Webmaker-suite, defect)
Webmaker Graveyard
Webmaker-suite
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: robertstanica, Unassigned)
Details
User Agent: Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/29.0.1547.76 Safari/537.36
Steps to reproduce:
Followed steps on https://github.com/mozilla/webmaker-suite to install webmaker-suite
Actual results:
The login/logout button wasn't being displayed and other CSS issues http://i.imgur.com/NTbLF67.jpg
Expected results:
Webmaker-suite should have been installed successfully
I tried a lot of things to get this working, but I think this fixed it:
cd login.webmaker.org
rm -rf node_modules
npm install
cp env.sample .env
gem install foreman
foreman start -f Procfile
gem install foreman
and
foreman start -f Procfile
are not needed for the fix
this may have been a glitch in npm. If an rm -rf node_modules followed by npm install fixed things, then it's likely one or more modules simply didn't properly install from npm. Should this happen again, it's worth attaching a console log txt file (or link to a pastebin.mozill.org paste) so we can see what happened during the install process. Closing for now, but please refile if it happens again. Thanks for reportin!
Status: UNCONFIRMED → RESOLVED
Closed: 12 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•