Development Environment
These instructions are for setting up a local DEVELOPMENT environment. If you are looking for basic installation instruction see the Installation page instead.
- 2.git clone {{ YOUR_REPOSITORY_URL }}
- 3.Switch to the Directory Lister directorycd /path/to/DirectoryLister
- 4.Install and build PHP and JavaScript dependenciescomposer installnpm install && npm run dev
- 5.Add the following entry to
/etc/hosts
:127.0.0.1 directory-lister.local - 6.Run the local Docker containerdocker-compose up -d
You should now be able to access your local Directory Lister installation at http://directory-lister.local
Last modified 1yr ago