warpdrive

package module
v2.0.0+incompatible Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 4, 2017 License: BSD-3-Clause Imports: 1 Imported by: 0

README

Warpdrive

Postgres Setup

before running warpdrive, make sure you have a right role and database. you can run the follwoing sql in Postgres terminal

CREATE USER warpdrive WITH PASSWORD 'warpdrive';
CREATE DATABASE warpdrivedb;

and make sure to set the correct username, password and database in warpdrive.conf.

Warpfile

server: addr: 192.168.0.1:3000 cycles: production: build: react-native build $PLATFORM

Rollback

you have to unlock those version that you don't want

Android

if you getting an error in Android Studio

Unsupported method: AndroidProject.getPluginGeneration().
The version of Gradle you connect to does not support that method.
To resolve the problem you can change/upgrade the target version of Gradle you connect to.
Alternatively, you can ignore this exception and read other information from the model.

then you should do this, go to File / Settings/ Build, Execution, Deployment / Instant Run. and Uncheck Enable Instant Run to hot swap code...

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	// VERSION describes the version number - either dev or hash value
	VERSION string

	// LONGVERSION describes the version number - either dev or hash value
	LONGVERSION string

	// Conf Server Conf as global config variable.
	Conf *config.ServerConfig
)

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL