bthpan / flowerflow
Flowerflow project for ramverk1 in BTH.
Installs: 12
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Language:CSS
Requires
- anax/database-active-record: ^2.0
- anax/htmlform: ^2.0
- michelf/php-markdown: ^1.9
Requires (Dev)
- anax/anax: ^2.0.17
- phpunit/phpunit: ^7
README
Flowerflow
Requirements
- php
- webserver (apache)
- composer
- Database mysql
Installation
Step 1, install anax environment
Install anax environment. Go to a php apache server root.
anax create proj ramverk1-me-v2
cd proj
Step 2, install using composer
Install the module using composer.
composer require bthpan/flowerflow
Step 3, rsync the files
Stand in the proj dir:
rsync -av vendor/bthpan/flowerflow/. ./
Step 4, create databases and load initial data
Stand in the proj/sql/ddl dir: Login database with root:
source ddl.sql;
Start using http://localhost/proj/htdocs/ Try login with user: admin/12345.