Vagrantfile for pleroma
- $
vagrant up - $
vagrant ssh - $ (In the guest)
sh startup.sh - Access http://192.168.1.202:4000 (by default)
Difference with official installation procedure
- The guest OS IP address is set to '
192.168.1.202'. Modifyconfig.vm.networkas you like. - Use user 'vagrant' for convinience.
- Don't set up https, reverse-proxy, service, and site-specific data.
- Database password is fixed.
Needless to say, this is not for production use.
CC0