Hyku beta.x vagrant box.
git clone https://github.com/seanlw/hyku-vagrant.git
cd hyku-vagrant
vagrant up
- Visit http://localhost:8080
- Visit http://localhost:8080/users/sign_up in your browser
- Create a new account
- Open a new terminal
cd hyku-vagrant
vagrant ssh
cd /var/www/hyku
bundle exec rake superadmin:grant[[email protected]]
where[email protected]
is the email you registeredexit
This vagrant box uses Dnsmasq to handle multiple domains.
- Visit http://localhost:8080 and log in as super admin
- Click "Get Started"
- Enter
example
for the "Short name" - Register for the new repository admin account
- Your new repository will be at http://example.localhost:8080
To stop vagrant run vagrant halt
. To remove hyku vagrant and the virtual machine run vagrant destroy
.
- Ubuntu 16.04 64-bit machine with:
If you receive errors involving \r
(end of line):
Edit the global .gitconfig
file, find the line:
autocrlf = true
and change it to
autocrlf = false
Remove and clone again. This will prevent windows git clients from automatically replacing unix line endings LF with windows line endings CRLF.
Current maintainers:
This VM setup was heavily influenced from Islandora 2.x VM.