Skip to content

ATK tutorial: Lesson-based demo for the ATK Framework

License

Notifications You must be signed in to change notification settings

Samuel-BF/atk9demo

 
 

Repository files navigation

Atk9demo

Atk9Demo is a lesson-based demo application for the Atk Framework, illustrating the basic concepts of the ATK Framework through a series of lessons. It is an updated version of atkdemo, written for ATK Framework v6.5.0.

WARNING : ATK framework suffer from severe security flaws and shouldn't be used for the moment.

If you want to start a new atk project, start from the atk skeleton.

Atk9Demo currently uses ATK Framework v9.

Atk9Demo is licensed under the terms of the GNU GPL v2.

Run the demo

  1. Create a database
  2. Import install_mysql.sql or install_postgre.sql depending on your database system into your database
  3. Fill the database parameters in config/parameters.prod.php.
  4. Get composer
  5. At this document root, run :
$ composer install
$ APP_ENV=prod php -S localhost:8000 -t web/
  1. Visit http://localhost:8000 and enter credentials (administrator/administrator).

About

ATK tutorial: Lesson-based demo for the ATK Framework

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 96.8%
  • TSQL 3.2%