Script Upload
Step 1 — Download the Package
Download the latest Wojo Framework release from your account portal. The package is a .zip file containing all framework files, the default theme, and the SQL schema.
Step 2 — Extract the Archive
Unzip the downloaded file locally. You should see the following top-level items:
install/— contains the setup wizard and SQL schemalibrary/,config/,routes/,view/— framework directoriesindex.php,bootstrap.php,.htaccess— entry-point files
Step 3 — Upload via FTP / SFTP
Connect to your server using an FTP client (FileZilla, Cyberduck, or WinSCP) with the credentials provided by your hosting provider. Upload all extracted files to your web root — typically public_html/, www/, or a subfolder if you are installing in a subdirectory.
- Upload all files and folders, including hidden files like
.htaccess - Keep the directory structure intact — do not flatten subdirectories
- Ensure
uploads/is writable (chmod 755 or 775). Usually no changes are necessary.
Step 4 — Verify the Upload
After uploading, confirm these key files exist on the server:
index.php— application entry point.htaccess— URL rewriting rules (Apache)install/index.php— set up a wizard entry pointinstall/sql/structure.sql— database schema
Proceed to the Database Setup guide once the upload is complete.