atphp/drilex

2.0.x-dev 2015-07-21 03:52 UTC

This package is auto-updated.

Last update: 2024-09-12 19:59:15 UTC


README

Drilex 是一个 Silex 启动项目,使用 Drupal 作为后端来管理用户和内容。

该软件正在开发中,目前尚未准备好用于生产。

安装

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

用法

  1. 启动测试服务器

    php -S localhost:8888 -t public/

  2. 然后您可以使用在 Drupal CMS 中的账户登录:/user/login

  3. 实体可访问:/node/1

  4. 登出:/user/logout