Skip to content

umple/umpr.ui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

umpr.ui

Front-end for umpr.core.

Requirements:

Installing umpr.ui

  1. Clone repository: git clone https://github.com/umple-ucosp/umpr.ui.git
  2. Install composer components: php composer.phar install, or composer install depending on your environment.
  3. Fetch repository data: ./update_data

Running

To run the application, run from /public folder.

To run locally: php -S localhost:8080 -t ./public.

The application's "data repository" should be updated regularly using the ./update_data script.