Coder Social home page Coder Social logo

nextcloud-maps-dev's Introduction

Nextcloud Maps Docker environment

The purpose of this repo is to make it easy to deploy Nextcloud Maps for development and testing purposes.

Deploy

After cloning this repo, run the initialization script to build the Docker containers and automatically deploy Nextcloud and the Maps app for development:

./maps/deploy [maps_git_repo_commit] [nextcloud_docker_tag]

If the optional arguments are omitted, the master branch of the Maps repo is used and the nextcloud:latest Nextcloud Docker image tag is used.

As an example, if you wanted to test code committed as part of a pull request related to a new feature in development branch issue-70-share-favorite-locations using Nextcloud release candidate 18:0-rc, you could deploy with

./maps/deploy issue-70-share-favorite-locations nextcloud:18.0-rc

or you could specify the immutable digest

./maps/deploy issue-70-share-favorite-locations nextcloud@sha256:cbfd9f8050220336f15d1586f93bebf31515c0f0aadc8eb5fd0f9bec4174052e

Once the Nextcloud server is online, visit http://localhost:8000 and log in with the default account admin with password password. You should see the Maps app link in the navigation bar.

Develop

The web root of the local server is mounted as a Docker volume at ./maps/www. The Apache webserver runs with the same user ID as the host user, such that there should be no permission issues when editing the files on the host. File modifications take effect immediately by refreshing the page your browser.

Delete

To delete the server and delete the database and all web files, execute

maps/remove

nextcloud-maps-dev's People

Stargazers

AboveWallStreet avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.