the future face of osu!
- Clone respository
- Open shell and point to checkout directory
- cd vagrant; vagrant up
- wait patiently
- Access the site from http://localhost:8080/.
c:\osuweb\vagrant> vagrant ssh
$ cd /data/osu\!web
$ hhvm artisan tinker
>>> App\Models\User::create(["username" => "yourusername", "user_password" => password_hash(md5("yourpassword"), PASSWORD_BCRYPT)]);
Using Laravel's Elixir.
c:\osu-web\vagrant> vagrant ssh
$ cd /data/osu\!web
$ hhvm artisan lang:js resources/assets/js/messages.js
$ ./node_modules/.bin/gulp
osu!web is licensed under AGPL version 3 or later. Please see the licence file for more information.