Skip to content

weskamm/cpsi-mapview

 
 

Repository files navigation

cpsi-mapview Build Status

Check out the latest deployed version at https://meggsimum.github.io/cpsi-mapview/

Project setup

This steps assume you have Sencha CMD v6.6 installed on your system and a copy of ExtJS v6.2.0 downloaded.

Clone this repository

git clone https://github.com/meggsimum/cpsi-mapview.git
cd cpsi-mapview
git submodule update --init --recursive

Add your ExtJS 6.2 library

sencha app upgrade /path/to/local/extjs6.2

Start dev-server

sencha app watch

Open http://localhost:1841 in your browser.

If a simple local server is needed to omit CORS problems, you can use the one configured in docker-compose.yml. Fill placeholders in nginx.conf with appropriate values and start nginx server beside sencha dev server simply by:

docker-compose up

The application is available via http://localhost:81/ afterwards.

Updating the deployed state

# 1. Build the standalone version
sencha app build
# 2. upstream remote should point to canonical repository
# 3. publish using black magic
npx gh-pages -d build/production/CpsiMapview/ -o upstream

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 99.9%
  • Other 0.1%