Skip to content

pegusapps/owncloud-rest-api-auth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OwnCloud REST Authentication App

Dockerized development environment setup

Start environment

Open a terminal in the directory of the docker-compose.yml file and run

docker-compose up -d

Start the owncloud setup on http://localhost:8080

Note
First time use

The first time, you will need to setup the admin user and the connection to the database. Make sure to target the mysql service, and use owncloud as the dabase name. Use the following database user credentials: admin / admin

Stop environment

docker-compose stop

Services