JeremyRms / opendesign

Open Design Platform

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

opendesign

Open Design Platform

Backend Information

dev url : http://backend.dev

Frontend Information

dev url: http://frontend.dev

Database Credentials

username : opendesign password : opendesign database : opendesign

Docker Dev Box Setup

Follow the instructions provided below for docker based development setup.

Once project is cloned.

Setup

$ ./init.sh

Inside the Dev Box

$ make install
$ make test

Add host files

127.0.0.1 opendesign.local
127.0.0.1 opendesign-backend.local

Connect to other boxes from dev box.

From project root directory, use this command

$ docker run -ti --rm -v $(pwd):/vagrant --net=opendesign opendesign/development:1.0

For simplicity, you can put this command into the alias and source it in .bashrc as alias in-backend="docker run -ti --rm -v /projects/opendesign:/vagrant --net=opendesign opendesign/development:1.0"

Then you can simply execute as in-backend.

About

Open Design Platform

License:MIT License


Languages

Language:PHP 77.9%Language:JavaScript 16.0%Language:HTML 3.0%Language:CSS 1.1%Language:Shell 1.0%Language:Makefile 0.7%Language:Vue 0.4%