Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WIP] install classic web app #15

Draft
wants to merge 1 commit into
base: 1.0.x
Choose a base branch
from
Draft

[WIP] install classic web app #15

wants to merge 1 commit into from

Conversation

kpicaza
Copy link
Member

@kpicaza kpicaza commented Sep 20, 2020

Description

Installs a minimal functional HTTP application using the Antidot framework. It starts defining the workflow for all other profiles, like manipulating composer.json, creating boilerplate code, deleting unneeded files, etc.

How has this been tested?

Is covered by unit tests, and is tested manually.

  • Unit tests
vendor/bin/phpunit --textdox
  • Manual Tests

  • Install Web profile in a different path from the skeleton app.

  • Install Web profile in a different path from the skeleton app with a different namespace.

Types of changes

What types of changes does your code introduce? Put an x in all the boxes that apply:

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist:

  • I have read the CONTRIBUTING document.
  • My pull request addresses exactly one patch/feature.
  • I have created a branch for this patch/feature.
  • Each individual commit in the pull request is meaningful.
  • I have added tests to cover my changes.
  • If my change requires a change to the documentation, I have updated it accordingly.

@kpicaza kpicaza added the enhancement New feature or request label Sep 20, 2020
@kpicaza kpicaza added this to the 1.0.0 milestone Sep 20, 2020
@kpicaza kpicaza added this to In progress in Antidot Framework Skeleton Installer Development via automation Sep 20, 2020
@kpicaza kpicaza linked an issue Sep 20, 2020 that may be closed by this pull request
4 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Development

Successfully merging this pull request may close these issues.

Allow creating Classic Web App Skeleton
1 participant