git clone https://github.com/adarshdubeytech/Rubykube-New-Ui
cd Rubykube-New-Ui
bundle install
- Search for 'cryptodealexchange.in' in the repository and make sure you replace all instances of it with your domain
find ./ -type f -exec sed -i -e 's/cryptodealexchange.in/yourdomain.com/g' {} \;
chmod +x bin/*
bin/setup
bin/init_config
bundle exec rake assets:precompile
bundle exec rails server -p 4000