Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
saidaipparla committed Dec 5, 2016
1 parent 2bfad33 commit 2516358
Show file tree
Hide file tree
Showing 13 changed files with 13 additions and 13 deletions.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@ Build the deployable war:
Deploy the generated mapstore.war file (in web/target) to your favourite J2EE container (e.g. Tomcat).

# Developers documentation
* [Infrastructure](https://github.com/geosolutions-it/MapStore2/blob/master/web/client/wiki/Infrastructure-and-general-architecture)
* [Building and developing](https://github.com/geosolutions-it/MapStore2/blob/master/web/client/wiki/Building-and-developing)
* [Frontend building tools and configuration](https://github.com/geosolutions-it/MapStore2/blob/master/web/client/wiki/Frontend-building-tools-and-configuration)
* [Developing with MapStore 2](https://github.com/geosolutions-it/MapStore2/blob/master/web/client/wiki/Developing-with-MapStore-2)
* [ReactJS and Redux introduction](https://github.com/geosolutions-it/MapStore2/blob/master/web/client/wiki/ReactJS-and-Redux-introduction)
* [ReactJS 0.14.x](https://github.com/geosolutions-it/MapStore2/blob/master/web/client/wiki/React-0.14.x-Migration-Guide)
* [Maps configuration](https://github.com/geosolutions-it/MapStore2/blob/master/web/client/wiki/Maps-configuration)
* [Plugins architecture](https://github.com/geosolutions-it/MapStore2/blob/master/web/client/wiki/Plugins-architecture)
* [How to use a CDN](https://github.com/geosolutions-it/MapStore2/blob/master/web/client/wiki/How-to-use-a-CDN)
* [Infrastructure](https://github.com/geosolutions-it/MapStore2/blob/master/docs/developer-guide/Infrastructure-and-general-architecture)
* [Building and developing](https://github.com/geosolutions-it/MapStore2/blob/master/docs/developer-guide/Building-and-developing)
* [Frontend building tools and configuration](https://github.com/geosolutions-it/MapStore2/blob/master/docs/developer-guide/Frontend-building-tools-and-configuration)
* [Developing with MapStore 2](https://github.com/geosolutions-it/MapStore2/blob/master/docs/developer-guide/Developing-with-MapStore-2)
* [ReactJS and Redux introduction](https://github.com/geosolutions-it/MapStore2/blob/master/docs/developer-guide/ReactJS-and-Redux-introduction)
* [ReactJS 0.14.x](https://github.com/geosolutions-it/MapStore2/blob/master/docs/developer-guide/React-0.14.x-Migration-Guide)
* [Maps configuration](https://github.com/geosolutions-it/MapStore2/blob/master/docs/developer-guide/Maps-configuration)
* [Plugins architecture](https://github.com/geosolutions-it/MapStore2/blob/master/docs/developer-guide/Plugins-architecture)
* [How to use a CDN](https://github.com/geosolutions-it/MapStore2/blob/master/docs/developer-guide/How-to-use-a-CDN)
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ This is the overall framework folder structure:
+-- ...
```

If you want to create an application based on MapStore2 you can use the [Project Creation Script](https://github.com/geosolutions-it/MapStore2/blob/master/web/client/wiki/Project-Creation-Script).
If you want to create an application based on MapStore2 you can use the [Project Creation Script](https://github.com/geosolutions-it/MapStore2/blob/master/docs/developer-guide/Project-Creation-Script).

If you want to learn how to develop a simple MapStore2 based application you can follow the [tutorial](https://github.com/geosolutions-it/MapStore2/blob/master/web/client/wiki/Application-Tutorial)
If you want to learn how to develop a simple MapStore2 based application you can follow the [tutorial](https://github.com/geosolutions-it/MapStore2/blob/master/docs/developer-guide/Application-Tutorial)

If you want to learn how to develop a plugins based MapStore2 based application you can follow the [plugins tutorial](https://github.com/geosolutions-it/MapStore2/blob/master/web/client/wiki/Plugins-architecture#building-an-application-using-plugins)
If you want to learn how to develop a plugins based MapStore2 based application you can follow the [plugins tutorial](https://github.com/geosolutions-it/MapStore2/blob/master/docs/developer-guide/Plugins-architecture#building-an-application-using-plugins)
2 changes: 1 addition & 1 deletion web/client/wiki/Home.md → docs/developer-guide/Home.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ MapStore 2 is based on OpenLayers 3, Leaflet and ReactJS, and is licensed under
TBD (put download links here)

# Documentation
* [Developers Guide](https://github.com/geosolutions-it/MapStore2/blob/master/web/client/wiki/Developers-Guide)
* [Developers Guide](https://github.com/geosolutions-it/MapStore2/blob/master/docs/developer-guide/Developers-Guide)
* [Users Guide] TBD
* [Release Checklist](https://github.com/geosolutions-it/MapStore2/wiki/Release-Checklist)
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 2516358

Please sign in to comment.