hackstub / RhinoRadioCMS

Experimental radio CMS based on Flask micro-framework for Radio Rhino (Strasbourg).
3 stars 1 forks source link

[install] how to get the gem command ? #24

Open isAAAc opened 6 years ago

isAAAc commented 6 years ago

i needed to install gem manually

but the gem command stay an unknown command oO


# aptitude search gem
p   calligra-gemini                                                                                                                 - interface unifiée pour Stage et Words                                                                                                    
p   calligra-gemini-data                                                                                                            - Calligra Gemini – fichiers de données                                                                                                    
p   cmigemo                                                                                                                         - outil de recherche incrémentale en japonais écrit en C - exécutable                                                                      
p   cmigemo-common                                                                                                                  - outil de recherche incrémentale en japonais écrit en C – fichiers communs                                                                
p   debian-paketmanagement-buch                                                                                                     - livre à propos de la gestion de paquets, écrit en allemand                                                                               
i   gem                                                                                                                             - Graphics Environment for Multimedia - Pure Data library                                                                                  
p   gem-dev                                                                                                                         - Graphics Environment for Multimedia (development files)                                                                                  
i A gem-doc                                                                                                                         - Graphics Environment for Multimedia (documentation)                                                                                      
i A gem-extra                                                                                                                       - Graphics Environment for Multimedia - extra objects                                                                                      
p   gem-plugin-dc1394                                                                                                               - Graphics Environment for Multimedia - DC1394 support                                                                                     
p   gem-plugin-dv4l                                                                                                                 - Graphics Environment for Multimedia - DV support                                                                                         
v   gem-plugin-film                                                                                                                 -                                                                                                                                          
i A gem-plugin-gmerlin                                                                                                              - Graphics Environment for Multimedia - GMERLIN support                                                                                    
v   gem-plugin-image                                                                                                                -                                                                                                                                          
p   gem-plugin-jpeg                                                                                                                 - Graphics Environment for Multimedia - JPEG support                                                                                       
i A gem-plugin-lqt                                                                                                                  - Graphics Environment for Multimedia - LQT support                                                                                        
i A gem-plugin-magick                                                                                                               - Graphics Environment for Multimedia - ImageMagick support                                                                                
p   gem-plugin-mpeg3                                                                                                                - Graphics Environment for Multimedia - MPEG support                                                                                       
v   gem-plugin-record                                                                                                               -                                                                                                                                          
p   gem-plugin-sgi                                                                                                                  - Graphics Environment for Multimedia - SGI support                                                                                        
p   gem-plugin-tiff                                                                                                                 - Graphics Environment for Multimedia - TIFF support                                                                                       
p   gem-plugin-unicap                                                                                                               - Graphics Environment for Multimedia - unicap support                                                                                     
i A gem-plugin-v4l2                                                                                                                 - Graphics Environment for Multimedia - V4L2 output support                                                                                
v   gem-plugin-video                                                                                                                -                                                                                                                                          
p   gem2deb                                                                                                                         - Suite d'empaquetage Debian Ruby                                                                                                          
p   gem2deb-test-runner                                                                                                             - Debian Ruby packaging suite - tool to run tests                                                                                          
p   gemdropx                                                                                                                        - Gem Drop X est un jeu de réflexion intéressant pour un joueur pour X11                                                                   
p   gemrb                                                                                                                           - Open-source engine to run Baldur's Gate, Icewind Dale and Planescape: Torment                                                            
p   gemrb-baldurs-gate                                                                                                              - GemRB binary and configuration for Baldur's Gate game                                                                                    
p   gemrb-baldurs-gate-2                                                                                                            - GemRB binary and configuration for Baldur's Gate 2 game                                                                                  
p   gemrb-baldurs-gate-2-data                                                                                                       - GemRB data files for Baldur's Gate 2 game                                                                                                
p   gemrb-baldurs-gate-data                                                                                                         - GemRB data files for Baldur's Gate game                                                                                                  
p   gemrb-data                                                                                                                      - Common data files for GemRB                                                                                                              
p   gemrb-doc                                                                                                                       - Documentation for GemRB                                                                                                                  
p   gemrb-icewind-dale                                                                                                              - GemRB binary and configuration for Icewind Dale game                                                                                     
p   gemrb-icewind-dale-2                                                                                                            - GemRB binary and configuration for Icewind Dale 2 game                                                                                   
p   gemrb-icewind-dale-2-data                                                                                                       - GemRB data files for Icewind Dale 2 game                                                                                                 
p   gemrb-icewind-dale-data                                                                                                         - GemRB data files for Icewind Dale game                                                                                                   
p   gemrb-planescape-torment                                                                                                        - GemRB binary and configuration for Planescape: Torment game                                                                              
p   gemrb-planescape-torment-data                                                                                                   - GemRB data files for Planescape: Torment game                                                                                            
p   gems                                                                                                                            - Shows a console session in several terminals   
...

in the readme.db :

# PostgreSQL and GIS (geographic db) + SASS
sudo apt install python3-dev postgresql-9.4 postgresql-server-dev-9.4 postgis
gem install sass

pip3 install -r requirements.txt

How to get this gem command ?

isAAAc commented 6 years ago

apt-get install rubygems gem2deb then gem install sass works

-> rubygems & gem2deb are needed to be added to install in readme.md

isAAAc commented 6 years ago

sorry for the noise i'm just stupid and forgot to git clone :-1: :1st_place_medal:

jeremiewcz commented 6 years ago

NP, but just keep in mind that it's REALLY experimental yet. Also, we're migrating towards a friend's Gitlab instance : https://git.yannweb.net/maxime-alves/RhinoRadioCMS

Did you succeed in the installation ?

isAAAc commented 6 years ago

NP, but just keep in mind that it's REALLY experimental yet.

yep i know :/

Also, we're migrating towards a friend's Gitlab instance : https://git.yannweb.net/maxime-alves/RhinoRadioCMS

i can't register on his gitea

Did you succeed in the installation ?

not for now , i think i don't do the right things