Installation on Archlinux¶
Restauth-common and the RestAuth reference implementation are currently available in the AUR (Arch User Repositories).
Installing from the AUR website¶
The RestAuth-Server has the following AUR dependencies
To install each of these, follow this guide: AUR | ArchWiki
Install using yaourt¶
If you have yaourt installed on your system, just run the following:
yaourt -S restauth-server-git
Next steps¶
Now that you have installed RestAuth, you still need to
Updating the source¶
You can update the source code with the regular process:
yaourt -Syua
After you updated the source, don’t forget to update your database schema and check for new settings.