https://github.com/phpmv/ubiquity-ws-sample
Sample mini Website with Ubiquity
https://github.com/phpmv/ubiquity-ws-sample
Last synced: 29 days ago
JSON representation
Sample mini Website with Ubiquity
- Host: GitHub
- URL: https://github.com/phpmv/ubiquity-ws-sample
- Owner: phpMv
- Created: 2020-04-05T16:29:06.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-09-09T20:40:02.000Z (over 1 year ago)
- Last Synced: 2024-11-14T02:10:05.245Z (about 1 year ago)
- Language: PHP
- Homepage: https://ubiquity-ws-sample.herokuapp.com/
- Size: 4.51 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Ubiquity mini website sample
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 cms`
* `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 install --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)