-
Notifications
You must be signed in to change notification settings - Fork 1
Getting Started (without Vagrant)
This pages describes all necessary information and steps about Minventar to be able to start/continue developing as well as necessary information for deploying on testing and live systems.
- PHP 5.5 or higher
- MongoDB 2.6 or a newer release of MongoDB 2.x
- MongoDB extension for PHP
- Git
- Composer
- npm
-
Checkout Minventar from the git repository
git clone https://<your_user_name>@bitbucket.org/fashion4home/tool_minventar.git
-
Navigate into the Minventar directory and install the PHP dependencies using composer and the JavaScript dependencies using npm
composer install
cd web
npm install
-
Configure the credentials for the MongoDB in '<path_to_minventar>/app/config/config.yml' under parameters.mongo_connection_string
-
Start the internal webserver of Symfony
php app/console server:run
-
The Minventar now runs and you can check it out under http://localhost:8000/app_dev.php/minventar
- Perform steps 1 to 3 of the configuration for dev system
- Find a web server where Minventar should run on
- Configure the web root directory of the server to '<path_to_minventar>/web'
- Start the server
- Minventar should now be accessible under '<web_server_domain>/minventar'