๐Ÿ“ฆ RobLoach / ddev-nextcloud

NextCloud in DDEV.

โ˜… 1 stars โ‘‚ 0 forks ๐Ÿ‘ 1 watching โš–๏ธ MIT License
ddevnextcloud
๐Ÿ“ฅ Clone https://github.com/RobLoach/ddev-nextcloud.git
HTTPS git clone https://github.com/RobLoach/ddev-nextcloud.git
SSH git clone git@github.com:RobLoach/ddev-nextcloud.git
CLI gh repo clone RobLoach/ddev-nextcloud
Rob Loach Rob Loach Clean up the config 0bd2f5f 4 days ago ๐Ÿ“ History
๐Ÿ“‚ master View all commits โ†’
๐Ÿ“ .ddev
๐Ÿ“„ .gitmodules
๐Ÿ“„ ddev.config.php
๐Ÿ“„ LICENSE
๐Ÿ“„ nextcloud
๐Ÿ“„ README.md
๐Ÿ“„ README.md

DDEV NextCloud

Development environment to run NextCloud in DDEV.

Usage

  • Install DDEV
  • Clone the repository
git clone https://github.com/RobLoach/ddev-nextcloud.git
   cd ddev-nextcloud
  • Start DDEV
ddev start
  • Visit the instance in your browser
ddev launch # Visit http://nextcloud.ddev.site
  • Log in...
Username: admin
   Password: admin

Features

These are a few of the developer features available.

CLI

The NextCloud occ Command Line Interface is available by running...

ddev occ

Cron

While NextCloud will run cron via AJAX when browsing, you can run it manually with...

ddev cron

Mail

Emails sent from NextCloud can be reviewed through DDEV's Mailpit...

ddev mailpit

Should be available at: http://nextcloud.ddev.site:8026

Development

To update NextCloud...

  • Update the branch for the submodule
`` sh git submodule set-branch --branch v32.0.5 nextcloud ` 2. Ensure [.gitmodules`](.gitmodules) is updated

License

MIT