Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jcheron/ubiquity-messagerie
Messagerie app
https://github.com/jcheron/ubiquity-messagerie
Last synced: about 1 month ago
JSON representation
Messagerie app
- Host: GitHub
- URL: https://github.com/jcheron/ubiquity-messagerie
- Owner: jcheron
- Created: 2019-05-23T11:22:00.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-05-23T11:25:16.000Z (over 5 years ago)
- Last Synced: 2024-11-09T22:47:23.237Z (3 months ago)
- Language: PHP
- Size: 7.81 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# tp3-jc
This README outlines the details of collaborating on this Ubiquity application.
A short introduction of this app could easily go here.## Prerequisites
You will need the following things properly installed on your computer.
* php ^7.1
* [Git](https://git-scm.com/)
* [Composer](https://getcomposer.org)
* [Ubiquity devtools](https://ubiquity.kobject.net/)## Installation
* `git clone ` this repository
* `cd tp3-jc`
* `composer install`## Running / Development
* `Ubiquity serve`
* Visit your app at [http://127.0.0.1:8090](http://127.0.0.1:8090).### devtools
Make use of the many generators for code, try `Ubiquity help` for more details
### Optimization for production
Run:
`composer dump-autoload --optimize --no-dev --classmap-authoritative`### Deploying
Specify what it takes to deploy your app.
## Further Reading / Useful Links
* [Ubiquity website](https://ubiquity.kobject.net/)
* [Guide](http://micro-framework.readthedocs.io/en/latest/?badge=latest)
* [Doc API](https://api.kobject.net/ubiquity/)
* [Twig documentation](https://twig.symfony.com)
* [Semantic-UI](https://semantic-ui.com)