Installation and Setup
Introduction
This series of tutorials describes how to run ACAP-Bicol (ACAP version 2.0) on localhost, using values for a new Region, using the initial ACAP 2.0 release version v10.1.0-alpha.1
, dev branch @commit 5c92235b
.
Fork the repository to receive the latest updates and bug fixes. Configure the following components to run ACAP for your PC or laptop for localhost development.
To make the most of these tutorials, please create Firebase projects first as instructed from the 03 Create Firebase Projects (opens in a new tab) video tutorial before proceeding.
acap-v2 has updated source codes at Release tag v10.1.0-alpha.10 dev branch @commit 95a97cd.
Post-Installation
After installing ACAP, additional setup is required, including configuring the web map on the Home Page, updating static PDF content, and replacing the OpenGraph thumbnails.
For detailed instructions on these steps, refer to the Post-Installation section after completing the Installation process.
Repository Syncing Options
If you are working on a forked repository behind several updates from the parent acap-v2
repository, you can get the latest updates or bug fixes using any of the options:
- "Sync" your forked repository's
dev
branch to the parent repository'sdev
branch.⚠️Take care not to "discard" your commits.
- Create a Pull Request (PR) from the "parent" repository's (acap-v2) -
dev
branch to your "forked" repository'sdev
branch, then merge/resolve conflicts. - Pick only the target updates/fixes, then commit them to your fork.
Project Maintainers occasionally update the parent repository acap-v2 for maintenance, bug fixes, and minor/optional updates. Sometimes, massive new feature updates.
Of the three (3) repository syncing options mentioned, doing the first or second options ensures up-to-date sync with the latest updates and bug fixes.