Installation
Installation methods
It´s possible to use this api only with the oxid database (without the framework and therefore without the oxid objects and oxid hooks. Also it´s possible to use this with bootstraped oxid framework (slow!).
Installation inside OXID (using oxid objects)
1. Switch to your oxid source
directory and install project
2. Add rewrite rules to .htaccess
file after line
RewriteRule oxseo.php$ oxseo.php?mod_rewrite_module_is=on [L]
3. Create rest_users
table and test user
Installation outside oxid (database only)
2. Update database credentials in .env
file
3. Migrate and seed database
Update
Go to your rest directory and execute git pull
.
Last updated