LMVC Patat is a small app built using the LMVC Framework and its modules.
A small little app suggesting fast food restaurant within walking distance to a hungry person.
LMVC Patat is based upon LMVC and more specifically LMVC Afresh.
- To install your own version just clone the repo into your htdocs
git clone https://github.com/scandio/lmvc-patat.git
- Then
cd lmvc-patat && sh bootstrap.sh
- This will load all composer dependencies and setup caching-directories for the Asset Pipeline.
- Setup a new database in your own MySQL and select it
- Import the security module database
- Import the patat database
- Copy the contents of the sample-config.json into a file named
config.json
and adjust its values if needed- Meaning change database-name and credentials
- Now copy the contents of the .-sample-htaccess-file into a new
.htaccess
- Set the app's root to whereever the app resides on your own localhost
- Lastly copy the contents of the /app/javascripts/sample-config.js into a new config.js and set the app's root to whereever the app resides on your own localhost too.
Launch the app in the browser e.g. localhost/lmvc-patat.