This could be a way to use devtools in the free plan:
-
Login via SSH
ssh [email protected]
- Clone devtools or upload it
devtools is cloned under the htdocs directory, assuming that your htdocs has the following structure:
htdocs/
app/
public/
I cloned it under the scripts directory:
git clone https://github.com/phalcon/phalcon-devtools scripts
The final structure would be like this:
htdocs/
app/
public/
scripts/
- Execute devtools
Since executables are not allowed there, you can run devtools using the php executable:
~/htdocs$ php scripts/phalcon.php commands
~/htdocs$ php scripts/phalcon.php model robots
A symbolic link could be made as shortcut for phalcon.php:
ln -s scripts/phalcon.php phalcon
~/htdocs$ php phalcon commands