https://github.com/eon01/owncloud_vagrant_saltstack
Create an OwnCloud development environment in a Vagrant machine with SaltStack
https://github.com/eon01/owncloud_vagrant_saltstack
Last synced: 4 months ago
JSON representation
Create an OwnCloud development environment in a Vagrant machine with SaltStack
- Host: GitHub
- URL: https://github.com/eon01/owncloud_vagrant_saltstack
- Owner: eon01
- License: lgpl-3.0
- Created: 2015-05-29T14:29:20.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-06-30T23:25:38.000Z (about 11 years ago)
- Last Synced: 2025-11-12T13:33:16.040Z (8 months ago)
- Language: HTML
- Homepage: http://eon01.com/blog/create-an-owncloud-development-environment-in-a-vagrant-machine-with-saltstack/
- Size: 164 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# OwnCloud_Vagrant_SaltStack
Create a development environment for OwnCloud using Vagrant (for the virtual machine) and SaltStack (for automating provisioning).
----------
# HowTo
This is a ready-to-use vagrant machine (ubuntu/trysty64). In 3 steps you can setup your environment.
Just clone the git repos:
``` BASH
git clone https://github.com/eon01/owncloud_vagrant_saltstack.git
```
Then:
``` BASH
cd owncloud_vagrant_saltstack
```
Finally:
``` BASH
vagrant up
```
Type http://127.0.0.1:4567/owncloud to access to your local OwnCloud instance.
> **Note:**
> - OwnCloud can work with Sqlite, Mysql or Postgresql databases. In my case, I am working with Mysql.
> - You should change the password, the user and tha database name (Mysql)...etc : Find them in 'Vagrant' file.
> - I am using :
> - **OwnCloud Formula** https://github.com/saltstack-formulas/owncloud-formula
> - **Vagrant** https://github.com/mitchellh/vagrant
## Author
Created by [Aymen El Amri](http://eon01.com/blog) as part of [SaltStack for DevOps](https://leanpub.com/saltstackfordevops/).