MonarcAppFO/vagrant
Ruslan Baidan 541e1c8067
Added symfony/console to the dependencies list to be able to execute the frontoffice command(s).
2020-02-10 14:19:29 +01:00
..
README.rst Updated README to explain how to install the disksize Vagrant plugin. 2020-02-03 09:22:59 +01:00
Vagrantfile Added symfony/console to the dependencies list to be able to execute the frontoffice command(s). 2020-02-10 14:19:29 +01:00
bootstrap.sh updated node 2019-11-21 08:34:50 +01:00

README.rst

Development environment for MONARC
==================================

Vagrant is convenient to use in order to setup your development environment.

This VM uses `synced folders <https://www.vagrantup.com/docs/synced-folders/>`_
feature of Vagrant in order to let you work on the MONARC source code on your
host machine while the softwares (Apache, PHP, MariaDB, etc.) and libraries
will be installed on the guest Vagrant machine.


Installation of VirtualBox and Vagrant
--------------------------------------

.. code-block:: bash

    $ sudo apt-get install virtualbox vagrant
    $ vagrant plugin install vagrant-disksize


Deployment of the front office
------------------------------

MONARC will be automatically deployed in an Ubuntu Bionic Server.

.. code-block:: bash

    $ git clone https://github.com/monarc-project/MonarcAppFO
    $ cd MonarcAppFO/vagrant
    $ vagrant up

Once the VM will be configured by Vagrant, go to the address
http://127.0.0.1:5001.

The username is *admin@admin.localhost* and the password is *admin*.

You can now edit the source code with your favorite editor and test it in your
browser. The only thing is to not forget to restart Apache in the VM after a
modification.