Before installing the appbuilder, please complete the required System Requirements and make sure your Ionic-CLI has been able to make an blank apk.
- Login to your account on Codecanyon. Choose Downloads from a menu
-
Now, click a Download button in which item you want to download
-
Let's extract a source to your local computer. You can see
documents.zip
andrev19.xx.xx.zip
files
-
Then extract
rev19.xx.xx.zip
file and copy all files to yourhtdocs
on your XAMPP folder, usually this folder is on:\Applications\XAMPP\xamppfiles\htdocs
-
Next, change the files/folder permissions to 777. It must be remembered, here must use option -R (eg: chmod -R 777).
You should use the terminal, follow the commands as shown below:
Or
$ sudo su $ cd /your/imabuilder/folder $ chmod -R 777 *
- Now, run your browser and open the website
http://localhost/rev19.xx.xx
- Then follow the activation guide
References:
- https://www.apachefriends.org/index.html
- https://www.wikihow.com/Install-XAMPP-for-Windows
- https://www.wikihow.com/Start-XAMPP-at-Startup-in-Windows
Last edit: 2022-12-17 10:22:56