Skip to content

EchoAppsTeam/VisitorsStatistics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VisitorsStatistics

Sample application & dashboard for AppServer. This app uses the third-party backend (parse.com) to store information about visitors.

Deploy the server-side code to parse.com.

  1. Register an parse.com account and create the new application.

  2. Install the parse command line tool.

  3. Clone this repository.

     git clone [email protected]:EchoAppsTeam/VisitorsStatistics.git; cd VisitorsStatistics
    
  4. Copy the settings file:

     cp settings.sample.cfg settings.cfg
    
  5. Fill in necessary parameters in the settings.cfg

  6. Run ./install.sh and install script will copy the application files to the ./build/* directory and make the necessary replacements in these files.

  7. Now you can deploy your server-side code to parse.com:

     cd build/server/
     parse deploy
    

About

Sample app & dashboard for AppServer

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published