Download the PHP package wandc/bovibook without Composer
On this page you can find all versions of the php package wandc/bovibook. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download wandc/bovibook
More information about wandc/bovibook
Files in wandc/bovibook
Package bovibook
Short Description The BoviBook Herd Management Web App.
License AGPL-3.0
Informations about the package bovibook
Welcome to BoviBook
This is a dairy herd management web app.
See: https://github.com/wandc/bovibook/wiki
Install on Amazon EC2 instance:
Choose Linux Ubuntu for OS.
sudo apt-get install php7.0 apache2
sudo apt-get install composer
sudo apt-get install curl
sudo apt-get install php libapache2-mod-php
sudo apt-get install php7.2-gd
sudo apt-get install php7.0-mbstring
sudo apt-get install php7.0-zip
sudo apt-get install php-pgsql
sudo apt install postgresql postgresql-contrib
sudo apt-get install php7.0-curl
Setup PostgreSQL Follow instructions here: https://www.digitalocean.com/community/tutorials/how-to-install-and-use-postgresql-on-ubuntu-18-04
cd /var/www/html
sudo composer create-project wandc/bovibook:dev-master
Do you want to remove the existing VCS (.git, .svn..) history? [Y,n]? YES
CHANGE PERMISSION on bovibook dir 744? check
go edit apache2 config
sudo nano /etc/apache2/sites-enabled/000-default.conf
change line: DocumentRoot /var/www/html/ toL: DocumentRoot /var/www/html/bovibook
restart apache
sudo systemctl restart apache2
If everything went well you can go to your URL and should see bovibook login.
If you do not, go check less /var/log/apache2/error.log for errors
Currently we bovibook uses HTML_QuickForm. This is deprecated and does not work directly with php7. We use a composer version that has been patched.
All versions of bovibook with dependencies
twbs/bootstrap Version ^3.3
fortawesome/font-awesome Version ^4.7
driftyco/ionicons Version ^2.0
google/apiclient Version ^2.0
bshaffer/oauth2-server-php Version ~1.8
almasaeed2010/adminlte Version ^2.0
components/jquery Version ^3.2
components/jqueryui Version ^1.12
datatables/datatables Version ^1.10
tinymce/tinymce Version >= 4
select2/select2 Version ^4.0.0
drmonty/datatables-responsive Version ^2.2
drmonty/datatables-plugins Version ^1.10
moment/moment Version ^2.21
phpoffice/phpspreadsheet Version ^1.4
phpstan/phpstan Version ^0.9
pear/html_quickform2 Version ^2.0
openpsa/quickform Version ^3.3.5.1