🚀 Installation Guide
Welcome to Pika Finance! This guide will walk you through installing and setting up Pika in your WordPress website. Pika is a powerful financial management plugin that brings AI-powered expense tracking and budgeting to WordPress.
📋 Prerequisites​
Before installing Pika, ensure your WordPress site meets these requirements:
- WordPress Version: 5.8 or higher
- PHP Version: 8.1 or higher
Pro Tip
You can check your WordPress and server requirements in WordPress Admin → Tools → Site Health.
🔧 Installation Methods​
Method 1: WordPress Plugin Directory (Recommended)​
Availability
Pika Finance is currently under development and will be available in the WordPress Plugin Directory soon!
Once published, installation will be as simple as:
- Navigate to Plugins in your WordPress admin
- Click "Add New"
- Search for "Pika Finance"
- Click "Install Now"
- Click "Activate"
Method 2: Manual Upload (Current Method)​
Since Pika is in development, you'll need to install it manually:
Step 1: Download the Plugin​
- Visit the GitHub Repository
- Go to Pika Finance on GitHub
- Click the green "Code" button
- Select "Download ZIP"
Step 2: Upload to WordPress​
- Go to WordPress Admin → Plugins → Add New
- Click "Upload Plugin" at the top
- Choose the downloaded ZIP file
- Click "Install Now"
Step 3: Activate the Plugin​
- After installation, click "Activate Plugin"
- You'll see a success message
- Pika Finance will appear in your plugins list
Method 3: Build from Source (Developers)​
For developers who want to build from source:
# Clone the repository
git clone https://github.com/e-labInnovations/pika.git
cd pika
# Install frontend dependencies
cd frontend
npm install
# Build the plugin package
cd ..
chmod +x build.sh
./build.sh
This creates a pika.zip file you can upload via WordPress admin.