sequelize-admin icon indicating copy to clipboard operation
sequelize-admin copied to clipboard

How to install sequelize-admin?

Open arechsteiner opened this issue 11 years ago • 5 comments

Is there any info on how to install this package? Can't find it via npm and I'm not sure how to integrate it into my application. I read the read-me but it seems to assume the package is already installed.

Also: Is this working with the latest Sequelize version? I see the last commit was 1 year ago and there is a build:failing icon on the front page.

arechsteiner avatar Mar 26 '14 12:03 arechsteiner

Hi @arechsteiner,

this is a tiny project I was working on some months ago. Actually one year ago ^_^. I wasn't even aware if its existence to be honest. There is a fair chance that it is completely broken and not usable at all. Furthermore there does not seem to be anything in the npm registry. If you want to use it you could clone it and require it in your express application.

Greetings, Sascha

sdepold avatar Mar 26 '14 14:03 sdepold

Do you mean clone it into my node_modules folder and require it like other modules? I'm an apprentice when it comes to Node.js.

PS: It's a pity this is an abandoned project. A working admin package for Sequelize would be a huge feature in my opinion, but I understand you have other things to do as well.

arechsteiner avatar Mar 26 '14 15:03 arechsteiner

You could just clone it to whatever location you want and require it with the respective path. like this:

sequelizeAdmin = require(__dirname + "/../path/to/sequelize-admin/index")

@abandoned: Yeah, I will probably invest some more time in it in the future. If you like it, you could probably provide some PRs ?

sdepold avatar Apr 02 '14 05:04 sdepold

@sdepold - This would be a HUGE thing ! Is there any active development going on this ?

sladebot avatar Mar 03 '16 17:03 sladebot

This project is not under active development anymore but you are totally welcome to continue work on it. I think it was a nice idea but I didn't have the time to work on it.

sdepold avatar Mar 03 '16 19:03 sdepold