GithubHelp home page GithubHelp logo

cinnabaris / arche Goto Github PK

View Code? Open in Web Editor NEW
10.0 3.0 2.0 2.44 MB

A complete open source e-commerce solution built with Rust(STILL IN DEVELOPMENT).

License: MIT License

Makefile 0.15% HTML 0.16% JavaScript 11.54% CSS 13.36% Rust 43.85% Shell 0.13% Ruby 7.11% Vue 23.71%

arche's Introduction

arche

A complete open source Office-Automation solution(By Rust and React, STILL UNDER DEVELOPMENT).

Install

  • install rustup
curl https://sh.rustup.rs -sSf | sh
  • add to your .zshrc
source $HOME/.cargo/env
  • then re-login at first

  • install rust-nightly

git clone https://github.com/cinnabaris/arche.git
cd arche
rustup override set nightly
make clean
make

Usage

  • testing
diesel database reset
cargo run
python -m unittest -v

Editor

atom plugins

  • autosave: enable
  • platformio-ide-terminal
  • file-icons
  • atom-beautify: enable beautify on save
  • ide-rust: disable toolchain update checking
  • language-babel
  • language-vue

vscode plugins

  • vscode-icons
  • markdownlint
  • rust(rls)

Notes

  • Generate a random key
openssl rand -base64 32
  • ~/.npmrc
npm config set prefix '~/.npm-global'
  • 'Peer authentication failed for user', open file "/etc/postgresql/9.5/main/pg_hba.conf" change line:
local   all             all                                     peer
TO:
local   all             all                                     md5
  • forgot mysql root password

create file /tmp/reset.mysqld

SET PASSWORD FOR root@localhost = PASSWORD('blah');

edit file /etc/mysql/my.cnf

[mysqld]
init-file=/tmp/reset.mysqld
  • RabbitMQ
rabbitmq-plugins enable rabbitmq_management
rabbitmqctl change_password guest change-me
rabbitmqctl add_user who-am-i change-me
rabbitmqctl set_user_tags who-am-i administrator
rabbitmqctl list_vhosts
rabbitmqctl add_vhost v-host
rabbitmqctl set_permissions -p v-host who-am-i ".*" ".*" ".*"

Documents

arche's People

Contributors

chonglou avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

huhn511 baajur

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.