Getting Started
Local Development
Download the bijoucore.zip package, which contains the Docker images, volumes, and a README.md
with detailed instructions citeturn2file0.
app.tar
– application image (API, UI, Nginx)db.tar
– PostgreSQL + PostGIS imagepgdata.tar.gz
– PostgreSQL volumelucene.tar.gz
– Lucene indexes volumedocker-compose.yml
and.env
Extract and run:
docker load -i app.tar
docker load -i db.tar
docker volume create bijoucore_pgdata
busybox tar -xzf pgdata.tar.gz -C /var/lib/docker/volumes/bijoucore_pgdata/_data
docker volume create bijoucore_lucene
busybox tar -xzf lucene.tar.gz -C /var/lib/docker/volumes/bijoucore_lucene/_data
# launch all services
docker-compose -p bijoucore up -d
Cloud Deployment
For a managed cloud instance, register or log in at
bijoucore.com and select Create Cloud App. Your app will be available at {appName}.cloud.bijoucore.com
.
Post-Deployment Steps
First Login
Local: Open http://localhost:8080
Cloud: URL, login, and password are available in your Dashboard at bijoucore.com where you created the Cloud App.
Create Your First Entity
Details coming soon…
Add API Keys
Details coming soon…
Setup Security For Entity
Details coming soon…
Query via OData
Details coming soon…