Skip to content

How to build yourself

agix edited this page Jan 2, 2017 · 6 revisions

Welcome to the secretin-app wiki!

Here is a step by step installation guide for ubuntu that would lead you to setup your own secretin-app instance from source.

Installing yarn

Follow the official yarn documentation : https://yarnpkg.com/en/docs/install

Installing secretin-app

yarn install
REACT_APP_API_SECRETIN=https://api.your-secret-in.me yarn build

REACT_APP_API_SECRETIN should define your secretin api server (default is http://devapi.secret-in.me:3000)

This will create a build directory you have to serve via an HTTP server (see https://github.com/secretin/secretin-app/wiki/How-to-setup-the-app).