F2P.wiki is an open source Old School RuneScape hiscores for Free-to-play players.
We are happy to receive any and all help!
- Developers (Ruby, Rails, HTML/CSS/JavaScript)
- Open source experts
- Project owners
- Content managers (FAQs, links, etc.)
Feel free to look at our TODO list for any ideas.
To contribute a code change, please create a separate branch and submit a pull request.
We recommend installing Ruby 2.7.3, but other recent versions may suffice.
- Git - https://gitforwindows.org/
- Ruby - https://rubyinstaller.org/
- Bundler
gem install bundler- Git - https://sourceforge.net/projects/git-osx-installer/files/
- Ruby - http://railsinstaller.org/en
- Bundler
gem install bundlerUpdate the packages first using
sudo apt update- Git
sudo apt-get install git- Ruby
sudo apt install ruby-full- Bundler
gem install bundlergit --versionruby --versionbundler --versiongit clone https://github.com/vmeow/f2pehp.gitSetting push origin to forked repo
git remote set-url origin --push https://github.com/USERNAME/f2pehp.gitbundle installIf bundler fails to install/locate pg, try installing libpq-dev first.
sudo apt-get install libpq-dev
bundle exec rake db:migratebundle exec rake db:seedrails sThe app should now be running at http://localhost:3000 or 127.0.0.1:3000.
Rails Command Line - https://guides.rubyonrails.org/command_line.html
Bundler Commands - https://bundler.io/v2.0/commands.html
MIT © F2P.wiki
