datauy / quesabes-data

sacando datos de quesabes.org para publicar
1 stars 2 forks source link

Error en apache #2

Open fernandouval opened 4 years ago

fernandouval commented 4 years ago

Revisar: App 27997 output: Required ruby-2.1.0 is not installed. App 27997 output: To install do: 'rvm install "ruby-2.1.0"' [ N 2020-03-02 03:03:44.9071 1850/T4 age/Cor/CoreMain.cpp:1028 ]: Checking whether to disconnect long-running connections for process 28182, application /home/datauy/quesabes_website (production)

pawankukreja01 commented 10 months ago

It seems that you are trying to run an application that requires Ruby version 2.1.0, which is not installed on your system. To install Ruby 2.1.0, you can follow the instructions provided by the RubyInstaller tool for Windows 1. If you are using a UNIX-like operating system, you can use your system’s package manager to install Ruby 2. Alternatively, you can use a third-party tool like RVM to install Ruby 3. Once you have installed Ruby 2.1.0, you can verify that it is installed by running the command ruby -v in your terminal.