Back office of MONARC
25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Cédric Bonhomme aac3aaaa1c
chg: set Vagrant privileged mode to false, adapt some permissions and execute mysql_secure_installation with sudo
5 달 전
..
README.rst Updated README with the new defautl email address of the first created admin 2 년 전
Vagrantfile chg: set Vagrant privileged mode to false, adapt some permissions and execute mysql_secure_installation with sudo 5 달 전
bootstrap.sh chg: set Vagrant privileged mode to false, adapt some permissions and execute mysql_secure_installation with sudo 5 달 전

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 install virtualbox vagrant


Deployment of the back office
------------------------------

MONARC will be automatically deployed in an Ubuntu Artful Server.

.. code-block:: bash

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

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

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

You can now edit the source cod