bobthecow / genghis

The single-file MongoDB admin app
http://genghisapp.com
MIT License
1.45k stars 166 forks source link

Debian installation & dependencies problems #231

Open teymour opened 4 years ago

teymour commented 4 years ago

I had lot of problems to install genghis on a Debian (stretch).

The provided gem file does not install any dependencies. I had to install manually nearly all of them.

Here is the command I used :

sudo aptitude install ruby ruby-sinatra  ruby-mustache ruby-sinatra-contrib ruby-rack
sudo gem install vegas -v 0.1.8
sudo gem install sinatra -v 1.3.1
sudo gem install sinatra-contrib -v 1.3.1
sudo gem install sinatra-mustache -v 0.0.4
sudo gem install mongo -v 1.12.5
sudo gem install bson -v 1.12.5
sudo gem install bson_ext -v 1.12.5
sudo gem install genghisapp -v 2.3.11
henkealg commented 4 years ago

This project is abandoned, or so it seems. :|

teymour commented 4 years ago

Yes. I thought my solution could help others. This issue has more a documentation purpose than request for evolution ;)