For those of you who do not want to spend almost 4 hours compiling Plume for Windows, here are the binaries needed for running the service using a SQLite or PostgreSQL database.
- Decide what database you will be using: sqlite or postgres
- Extract "Plume_W64_v0.4.0_master-02c528c_postgres.7z" or "Plume_W64_v0.4.0_master-02c528c_postgres.7z" to an easy place like
C:\Plume
- Modify the
.env
file to meet your needs - Run Migrations
plm migration run
- Initialise search index
plm search init
- Set up your instance
plm instance new
- Create admin account
plm users new --admin -n "adminusername" -N "Human Readable Admin Name" -b "Biography of Admin here" -p hackmeplease
- Create a task schedule to run Plume on system startup (Read SERVICE.md)
- Create a reverse proxy in IIS (Read PROXY.md)
Please read the UPGRADING.md guide.
Want to actually compile it yourself? See this doc.
Plume_W64_v0.4.0_master-02c528c_*.7z
was compiled from the "master" branch of Plume and is up to date as of commit 02c528c or January 29, 2020 03:37PM EST.