jsonresume / registry-server

This repo is deprecated in favor of https://github.com/jsonresume/registry-functions
https://github.com/jsonresume/registry-functions
MIT License
95 stars 46 forks source link

Online editor not working #68

Closed PeterDaveHello closed 8 years ago

PeterDaveHello commented 9 years ago

The link - http://registry.jsonresume.org/ on https://jsonresume.org/getting-started/ shows Cannot GET /

PeterDaveHello commented 9 years ago

cc @thomasdavis

dbkaplun commented 9 years ago

:+1: Cannot GET /

PeterDaveHello commented 9 years ago

I can run the server properly in my machine, and didn't see error on our server, ping @thomasdavis

PeterDaveHello commented 9 years ago

It works now, looks like fixed by breaking it and resume it.

erming commented 9 years ago

Ping @PeterDaveHello and @rolandnsharp:

I just pushed some updates to this repository (the package.json was really old and I also updated resume-editor). However, the the webpage is still returning Cannot GET /. Took me a while to figure out that it wasn't hosted on Heroku anymore, so I guess it's hosted by you guys somewhere else (or am I wrong about this?).

Anyway, / worked on my local machine. It's supposed to serve static files, so there must be some problem with the express server in server.js.

thomasdavis commented 9 years ago

Still on heroku, I think I know the solution for this bug

thomasdavis commented 9 years ago

http://registry.jsonresume.org/

alright just gotta get assets loading now =D

PeterDaveHello commented 9 years ago

@thomasdavis What's the problem actually?

swarajgiri commented 9 years ago

@thomasdavis - It's down again. http://registry.jsonresume.org/

PeterDaveHello commented 9 years ago

I just redeployed and seems it works now, still don't know the problem. @thomasdavis ?

my8bit commented 9 years ago

Same story.

PeterDaveHello commented 9 years ago

Working on it by the same trick ...

PeterDaveHello commented 9 years ago

It works now.

ishu3101 commented 8 years ago

It's down again.

thomasdavis commented 8 years ago

I removed it, didn't think it was that useful. Will work on a replacement page tonight.

On Thu, Apr 28, 2016 at 2:33 PM, ishu3101 notifications@github.com wrote:

It's down again.

— You are receiving this because you were mentioned. Reply to this email directly or view it on GitHub https://github.com/jsonresume/registry-server/issues/68#issuecomment-215307754

Thomas Davis http://thomasdav.is

VP of Tech - Earbits - http://earbits.com Co-founder - Cdnjs - http://cdnjs.com Founder - Backbone Tutorials - http://backbonetutorials.com

ishu3101 commented 8 years ago

I found the editor useful. It was better than editing the json manually. Could you redeploy it until the replacement is done?

Is the replacement going to better than the current one?

thomasdavis commented 8 years ago

I can re-deploy it tonight.

How were you using it might I ask?

Do you import and export your resume each time?

Would it be easier with just a text editor on the left and a theme updater on the right?

Those form inputs seem to be too clunky.

ishu3101 commented 8 years ago

Having the editor was at least better than not having it at all. Yes, the editor was clunky and could be improved to make it a lot better.

I only used the editor once so did not have to import & export the resume each time.

The new editor should still have a form where the user can enter the details. Probably could use github to sync your resume so would not have to import/export each time.

thomasdavis commented 8 years ago

Sorry for breaking that on you, I didn't know anybody used it =D I should probably put some tracking on it. I've just commited it back and it should hopefully be back online soon.

ishu3101 commented 8 years ago

Thanks. What features do you plan to have for the new editor. If you need inspiration have a look at http://www.enhancv.com/

PeterDaveHello commented 8 years ago

Now works.