Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
isAAAc opened this issue Oct 18, 2018 · 4 comments
Open

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

isAAAc opened this issue Oct 18, 2018 · 4 comments

Comments

@isAAAc
Copy link

isAAAc commented Oct 18, 2018

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 isAAAc changed the title [install] install gem as a needed dependance [install] install gem as a needed dependance ? Oct 18, 2018
@isAAAc isAAAc changed the title [install] install gem as a needed dependance ? [install] how to get the gem command ? Oct 18, 2018
@isAAAc
Copy link
Author

isAAAc commented Oct 18, 2018

apt-get install rubygems gem2deb then gem install sass works

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

@isAAAc
Copy link
Author

isAAAc commented Oct 18, 2018

sorry for the noise i'm just stupid and forgot to git clone 👎 🥇

@isAAAc isAAAc closed this as completed Oct 18, 2018
@jeremiewcz
Copy link
Collaborator

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 ?

@jeremiewcz jeremiewcz reopened this Oct 23, 2018
@isAAAc
Copy link
Author

isAAAc commented Oct 23, 2018

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants