InstallationThis guide will help you install Dracory and set up your development environment. Server RequirementsBefore you install Dracory, make sure your server meets the following requirements:
Framework StructureDracory consists of two main repositories:
Creating a New Dracory ProjectTo create a new Dracory project, clone the blueprint repository:
After cloning, you should delete the .git folder to start with a fresh Git history for your project:
Setting Up Your EnvironmentAfter initializing a new Git repository, you need to set up your environment:
This will copy the .env_example file to .env with default configuration settings. You can then customize the .env file according to your needs. Development ServerOnce you have set up your environment, you can start the development server:
This command will start the server and watch for any changes to your code, automatically recompiling and restarting the server when changes are detected. Next StepsNow that you have installed Dracory, you might want to: |