Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/argrath/pleroma-vagrant
Vagrantfile for pleroma
https://github.com/argrath/pleroma-vagrant
ostatus vagrant
Last synced: 26 days ago
JSON representation
Vagrantfile for pleroma
- Host: GitHub
- URL: https://github.com/argrath/pleroma-vagrant
- Owner: argrath
- Created: 2017-11-20T08:17:39.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2017-11-20T09:32:56.000Z (about 7 years ago)
- Last Synced: 2024-11-07T23:42:37.722Z (3 months ago)
- Topics: ostatus, vagrant
- Language: Elixir
- Homepage:
- Size: 2.93 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Vagrantfile for [pleroma](https://git.pleroma.social/pleroma/pleroma)
## How to use
1. $ `vagrant up`
1. $ `vagrant ssh`
1. $ (In the guest) `sh startup.sh`
1. Access http://192.168.1.202:4000 (by default)## Difference with [official installation procedure](https://git.pleroma.social/pleroma/pleroma/wikis/Installing-on-Debian-Based-Distributions)
* The guest OS IP address is set to '`192.168.1.202`'. Modify `config.vm.network` as 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.
## Licence
CC0