2017 © Pedro Peláez
 

library drilex

image

atphp/drilex

  • Tuesday, July 21, 2015
  • by andytruong
  • Repository
  • 1 Watchers
  • 1 Stars
  • 9 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 1 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Drilex License

Drilex is a Silex starter project which use Drupal as backend to manage user and content., (*1)

This is being developed, not ready for production yet., (*2)

Install

git clone git@github.com:atdrupal/drilex.git drilex
cd drilex
composer install
# Update config.php to include Drupal connection params

Usage

  1. Start the testing server, (*3)

    php -S localhost:8888 -t public/, (*4)

  2. Then you can login with your account in Drupal CMS: /user/login, (*5)

  3. The entity is accessible: /node/1
  4. Logout: /user/logout

The Versions

21/07 2015