cra / create-cillers-system

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cillers Create System

Instructions

Prerequisites

Make sure you have Docker and the latest version of Polytope installed on your system.

Install Docker

Install Polytope:

brew tap polytopelabs/tap
brew install polytope-cli

Create your Cillers system

pt run "cillers/create-system{name: my_system}"

Stop Polytope with ctrl-c

Run the stack

cd my_system
pt run stack

This will take a little while the first time (depending on your network speed) as all the components of the stack are downloaded.

Open the web UIs

Web frontend: http://localhost/ (Create new account)
GraphQL: http://localhost:4000/api ({ "Authorization": "Bearer xxx" })
Curity: https://localhost:6749/admin (username: admin, password: password)
Mailpit: http://localhost:8025/
Couchbase: http://localhost:8091/ (username: admin, password: password)

You will of course want to change the above passwords.

Troubleshooting

You may have to reinstall Polytope

brew uninstall polytope-cli
brew untap polytopelabs/tap
brew tap polytopelabs/tap
brew install polytope-cli

On OSX and Windows, you need to make sure that the Docker VM has enough memory to run the full stack. See here for instructions on how to allocate more memory.

About


Languages

Language:Python 56.7%Language:TypeScript 33.5%Language:Shell 7.1%Language:HTML 1.8%Language:JavaScript 0.7%Language:CSS 0.2%