You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
to setup required gems
Bundle complete! 22 Gemfile dependencies, 88 gems now installed.
Use bundle info [gemname] to see where a bundled gem is installed.
sudo -u postgres -i
for enter and active root user
sudo -u postgres createuser root -s
rails db:create
to create your local database (Postgresql is required)
Created database 'kahootz_server_development'
Created database 'kahootz_server_test'
rails db:migrate
rails db:seed
to generate the quizzes in your local database (This could take a while)
delay here 30 min about questions and answers entered
rails s
rails server -b 0.0.0.0
to start the server on localhost:3000
=> Booting Puma
=> Rails 5.2.3 application starting in development
=> Run rails server -h for more startup options
Puma starting in single mode...
Version 3.12.1 (ruby 2.6.2-p47), codename: Llamas in Pajamas
Min threads: 5, max threads: 5
Environment: development
Listening on tcp://localhost:3000
Use Ctrl-C to stop
Starting the UI
cd
cd kahootz_client
npm install
to initialise the app
npm audit fix
added 167 packages from 104 contributors, removed 85 packages, updated 74 packages and moved 6 packages in 47.074s
15 packages are looking for funding
run npm fund for details
fixed 61746 of 62264 vulnerabilities in 1806 scanned packages
88 vulnerabilities required manual review and could not be updated
3 package updates for 430 vulnerabilities involved breaking changes
(use npm audit fix --force to install breaking changes; or refer to npm audit for steps to fix these manually)
i do this steps:
ruby 3.0.1p64 (2021-04-05 revision 0fb782ee38) [x86_64-linux]
Done installing documentation for rack, concurrent-ruby, sprockets, zeitwerk, tzinfo, i18n, activesupport, nokogiri, crass, loofah, rails-html-sanitizer, rails-dom-testing, rack-test, erubi, builder, actionview, actionpack, sprockets-rails, thor, method_source, railties, mini_mime, marcel, activemodel, activerecord, globalid, activejob, activestorage, actiontext, mail, actionmailer, actionmailbox, websocket-extensions, websocket-driver, nio4r, actioncable, rails after 37 seconds
37 gems installed
If you're using rbenv, you'll need to run the following command to make the rails executable available:
Now that you've installed Rails, you can run the rails -v command to make sure you have everything installed correctly:
Rails 6.1.3.2
sudo apt install postgresql postgresql-contrib libpq-dev -y
Downgrade 3 for 2.6
rbenv install 2.6.2
delay in this part
rbenv global 2.6.2
ruby 2.6.2p47 (2019-03-13 revision 67232) [x86_64-linux]
to setup required gems
Bundle complete! 22 Gemfile dependencies, 88 gems now installed.
Use
bundle info [gemname]
to see where a bundled gem is installed.for enter and active root user
sudo -u postgres createuser root -s
to create your local database (Postgresql is required)
Created database 'kahootz_server_development'
Created database 'kahootz_server_test'
to generate the quizzes in your local database (This could take a while)
delay here 30 min about questions and answers entered
to start the server on localhost:3000
=> Booting Puma
=> Rails 5.2.3 application starting in development
=> Run
rails server -h
for more startup optionsPuma starting in single mode...
Use Ctrl-C to stop
Starting the UI
to initialise the app
added 167 packages from 104 contributors, removed 85 packages, updated 74 packages and moved 6 packages in 47.074s
15 packages are looking for funding
run
npm fund
for detailsfixed 61746 of 62264 vulnerabilities in 1806 scanned packages
88 vulnerabilities required manual review and could not be updated
3 package updates for 430 vulnerabilities involved breaking changes
(use
npm audit fix --force
to install breaking changes; or refer tonpm audit
for steps to fix these manually)pls view this video for my issues:
https://drive.google.com/file/d/1dBz9TZKIxpkDvRH3BTu0G-W9RvoGZEbo/view?usp=drivesdk
error in video are this
how can solve all this?
The text was updated successfully, but these errors were encountered: