-
Notifications
You must be signed in to change notification settings - Fork 31
Building and running Akvo Flow backend locally
Update: this is no longer valid: use https://github.com/akvo/akvo-flow README
-
Ensure that you have maven (3.5+) installed
-
Switch to the
GAE
folder -
Run
mvn clean compile
If the build is successful you will find a folder GAE/target/akvo-flow/
containing the entire web application that runs as the backend. In case it is your first build a lot of dependencies will be downloaded from maven so it may take a little longer to complete
-
Go through the building steps in the previous section
-
In the
GAE
folder, execute the commandmvn appengine:devserver
In the logs in the screen you should see a messageINFO: Dev App Server is now running
-
You can also verify that the server is running by checking the URL http://localhost:8888/_ah/admin Here you will see the administrative console of your local environment.
About Akvo Flow
Akvo Flow API
Developer Guides
- Deployments
- Development tools
- Android emulator setup
- Creating New Dashboard Instances
- Disabling Dashboard Instances
- Adding Translations to Dashboards
- Setup your development environment with IntelliJ IDEA
- Setup your development environment on Windows OS
Technical Specification
Regression Tests