Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 688 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 688 Bytes

Memories Development Container

This is a Nextcloud development container with Memories pre-installed.

After the container starts up, follow these steps:

  1. Disable the built-in PHP extension of VS Code. Search for @builtin php-language-features in the extensions tab and disable it.
  2. You can log in to Nextcloud using the following credentials:
    • Username: admin
    • Password: admin

Note: MariaDB is set up automatically (db=nextcloud, user=nextcloud, password=nextcloud)

To run OCC commands in the container, use the following command:

sudo -E -u www-data php /var/www/html/occ <command>

To watch changes in UI build:

make watch-js