This repository was archived by the owner on Dec 18, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 34
Development
DominikFischli edited this page Dec 8, 2017
·
33 revisions
sudo apt-get install sqlite3 mysql-client libmysqlclient-dev libqtwebkit-dev
see rvm.io.
rvm install 2.2.6
gem install bundler
Go to your target Directory and clone the repository:
git clone git://github.com/puzzle/cryptopus.git
Build Cryptopus with the bundler:
cd cryptopus
bundle install
Create and initialize the database:
rake db:create
rake db:setup
rake geo:fetch
Start the Rails server:
rails s
Browse to https://localhost:3000 and login with default credentials:
user = "root" and password = "password"
- Run Rubocop
rake rubocop - Run all Tests
rake - Update CHANGELOG.md
- Check CHANGELOG.md
- Check VERSION.md
- Tag the new release with
git tag ... - Merge into stable branch
- Update VERSION.md on master branch