Find a copy of the latest build at Docker Hub.
The application was initially created by Andrew LeCody, using the CakePHP framework and is released under the GNU Affero General Public License.
Installing this application is fairly easy, just follow these steps:
- Download the latest version with git (
git clone https://github.com/Dallas-Makerspace/Inventory.git
) - In the app/config directory, rename core.php.default and database.php.default to core.php and database.php respectively.
- Modify the
core.php
anddatabase.php
files to suit your environment. - Run
docker build -t dallas-makerspace/inventory:latest . && docker stack deploy -c docker-compose.yml dms-inventory
with the latest version of docker and docker with your DOCKER_HOST pointed tocommunitygrid.dallasmakerspace.org
orlocalhost
.