Getting Started with Wemp: Your First Project
Welcome to Wemp! This guide will walk you through setting up your first project and start tracking your work automatically from Git commits. By the end of this tutorial, you'll have Wemp running and tracking your development progress.
Step 1: Deploy Wemp
Wemp is designed as an on-premise solution, giving you complete control over your data. Start by deploying Wemp on your infrastructure using Docker Compose or your preferred deployment method.
Once deployed, access the Wemp dashboard through your configured URL. You'll be greeted with a clean interface ready for your first project.
Step 2: Connect Your Repository
The next step is connecting your Git repository. Wemp supports GitHub, GitLab, and Bitbucket. Navigate to the repository settings in Wemp and add your repository URL.
Configure webhooks in your Git provider to enable automatic commit tracking. Wemp will provide you with the webhook URL and instructions for your specific Git provider.
Step 3: Start Using Commit Tags
Now comes the fun part! Start committing code with Wemp tags. Use simple tags in your commit messages:
git commit -m "Add user authentication @feature"
Wemp will automatically create a task for this commit, categorize it as a feature, and update your project dashboard in real-time.
Step 4: Explore Your Dashboard
Once you've made a few commits, head to your project dashboard. You'll see:
• Real-time progress tracking • Kanban boards with your tasks • Gantt charts for timeline visualization • Analytics and reporting
Next Steps
Congratulations! You're now tracking your project with Wemp. Explore the different views, customize your workflows, and watch your progress build automatically as you commit code.
For more advanced features, check out our documentation or read our guide on best practices for commit tags.