Code Monkey home page Code Monkey logo

limes's Introduction

Development and Staging Environment

Javascript and CSS is build automaticly in the development environment.

Notice: If the page is in dev mode "(development)" is appended to the page title. The configuration of stage and development environment is done in app/config/bootstrap/action.php

Managing Database Connections

cd app/config/bootstrap cp connections.mock connections.php

Setup user/password/database in the connections.php file

Managing Submodules - Initializing

To initialize submodules after cloning the project: git submodule init git submodule update

This is not needed it the repository is cloned recursively: git clone --recursive git://server.com/path/arepo.git

Checking status of submodules: git submodule

  • => older verison then in HEAD, please run git submodule update
  • => submodule is missing, please initialize

Managing Submodules - Tracking a Submodule

git submodule update

Managing Submodules - Adding Submodules

A new submodule can first be cloned and then added, the syntax is the same in both cases git submodule add https://github.com/mootools/mootools-core.git build/mootools-core/

Managing Submodules - Removing Submodule

Please read documentation...

Build - Installing lessc (CSS build dep)

Newer versions of Ubuntu might have nodeJs package

Setup build dep: sudo apt-get install git-core curl build-essential openssl libssl-dev

Download latest nodeJs: wget http://nodejs.org/dist/

Build NodeJs: cd node ./configure make sudo make install

Install npm: curl http://npmjs.org/install.sh | sudo sh

Install lessc: npm install less

Build - Javascript

app/libraries/js/build.sh

Build - CSS

cd app/libraries/css/bootstrap make

limes's People

Contributors

atorstling avatar djonsson avatar otm avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

limes's Issues

limes binary crashes on macOS 12

Invoking limes 1.0.2 (amd64) on macOS Monterey (12.2.1 in my case) immediately crashes regardless of which cmdline options are provided.

% limes -h
fatal error: runtime: bsdthread_register error

runtime stack:
runtime.throw(0x507801, 0x21)
	/usr/local/go/src/runtime/panic.go:566 +0x95 fp=0x7ff7bfeff990 sp=0x7ff7bfeff970
runtime.goenvs()
	/usr/local/go/src/runtime/os_darwin.go:88 +0xa0 fp=0x7ff7bfeff9c0 sp=0x7ff7bfeff990
runtime.schedinit()
	/usr/local/go/src/runtime/proc.go:450 +0x9c fp=0x7ff7bfeffa00 sp=0x7ff7bfeff9c0
runtime.rt0_go(0x7ff7bfeffa38, 0x1, 0x7ff7bfeffa38, 0x0, 0x1000, 0x1, 0x7ff7bfeffb80, 0x0, 0x7ff7bfeffb86, 0x7ff7bfeffba2, ...)
	/usr/local/go/src/runtime/asm_amd64.s:145 +0x14f fp=0x7ff7bfeffa08 sp=0x7ff7bfeffa00

Support MFA input in limes run command

It would be great to add MFA input support to the run command, so you can choose a MFA protected profile on the fly (in a script for example). Right now you will have to do limes profile <mfa protected profile> and then the run command.

As you know, I'm a Go beginner, but with some pointers on where in the code to focus I could try to help and submit a PR.

Signatures for releases

Hi,

Could you possible provide sha256 hashes for the released binaries so that we may verify downloaded artifacts?

Cheers,
Johan

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.