This repository was archived by the owner on Aug 31, 2025. It is now read-only.
-
Couldn't load subscription status.
- Fork 50
First Steps
Andreas Nedbal edited this page Aug 20, 2024
·
1 revision
Now visit your newly created instance at localhost:3000 or the configured hostname and register a new account.
To give yourself administrator permissions there's two supported ways:
Rake
RAILS_ENV=... bundle exec rake 'justask:admin[your_username]'your_username being your username and RAILS_ENV being set to either development or production
You can find more rake tasks to use here!
Rails Console
RAILS_ENV=... bundle exec rails c
> @user = User.first
> @user.add_role :administrator
> @user.save!Retrospring 2015, 2016, 2017, 2018, 2019, 2020, 2021, 2022
Setup
Usage
Features
Contributing