An open API service indexing awesome lists of open source software.

https://github.com/caub/mymed-app

small webapp sample for geo-blogging, using mymed backend
https://github.com/caub/mymed-app

Last synced: over 1 year ago
JSON representation

small webapp sample for geo-blogging, using mymed backend

Awesome Lists containing this project

README

          

myMap
=========

A small web application example [wiki](https://github.com/cyrilaub/myMap/wiki) with geographic blogging

installation
-------------

- Make a link, to serve **www/myMap** folder: ln -s www/myMap /path/to/webserverhtdocs
- If your server is Apache, add these Rewrite rules, in www/myMap/.htaccess:

```
RewriteEngine On
RewriteRule ^/?(javascript|css|img) - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . index.php [L]
```

- Browse [http://localhost/myMap](http://localhost/myMap)