-
Notifications
You must be signed in to change notification settings - Fork 2
Local Setup Directions
Andy edited this page Jun 30, 2025
·
21 revisions
- First, clone the repository using: git clone [email protected]:avitus/Memverse.git
- Run 'bundle install'
- Install MySQL:
sudo apt-get install mysql-server mysql-client libmysqlclient-dev - Start the server: mysql.server start
- Install NodeJS using NVM
- Run
bundle exec rake db:setup - Run
bundle exec rake utils:create_uberverses - Install redis and start
redis-server &
To add any other roles:
- r = Role.find(3)
- User.find(2) = [r]