Sample application & dashboard for AppServer. This app uses the third-party backend (parse.com) to store information about visitors.
-
Register an parse.com account and create the new application.
-
Install the parse command line tool.
-
Clone this repository.
git clone [email protected]:EchoAppsTeam/VisitorsStatistics.git; cd VisitorsStatistics
-
Copy the settings file:
cp settings.sample.cfg settings.cfg
-
Fill in necessary parameters in the settings.cfg
-
Run
./install.sh
and install script will copy the application files to the ./build/* directory and make the necessary replacements in these files. -
Now you can deploy your server-side code to parse.com:
cd build/server/ parse deploy