-
-
Notifications
You must be signed in to change notification settings - Fork 456
Installing from Github
Peter Adams edited this page Jan 18, 2022
·
7 revisions
You can install OWA directly from a branch on Github. Here are the steps:
- Clone the repository:
git clone https://github.com/Open-Web-Analytics/Open-Web-Analytics.git
- Choose a branch or tag:
git checkout the-branch-name
- Run Composer to fetch all dependencies:
composer install
or if you are installing into a production environmentcomposer install --no-dev --optimize-autoloader --prefer-dist --no-interaction
- Run
npm run build
to build the javascript packages from source. See OWA's npm build process documentation for more info.
For more information on installing composer in your environment see: Composer install docs
For more information about how the OWA Git repository is structured see: OWA Git and Github
Binary distributions for each release can be found on the Releases page. The binary distribution is includes all the 3rd party dependancies required by the release. Use this binary if you do not want to deal with composer and just want a fully packaged distribution.