Coder Social home page Coder Social logo

thierrymarianne / contrib-mentdb-weak Goto Github PK

View Code? Open in Web Editor NEW

This project forked from jimmitry/mentdb_weak

0.0 1.0 0.0 727.96 MB

Mentalese Database Engine

Shell 0.22% JavaScript 19.13% Ruby 0.06% C++ 0.72% C 1.54% Objective-C 0.01% Java 9.20% CSS 1.18% Hack 0.14% Makefile 0.03% HTML 53.87% Batchfile 0.03% Roff 10.94% Less 1.96% SCSS 0.97%

contrib-mentdb-weak's Introduction

MentDB Weak

Hello everyone!

Please, follow the instructions below to install the server. Thank you.

INSTALLATION

You can see this video to help you:
https://youtu.be/DsYCcszlick?list=PLn4aw_h7C96uxzZVMyBS-_6DeIURc6KtL

You must start

  • one serveur
  • and N editor(s) to develop...

MentDB Weak Server in embedded mode (H2 database)

On OSX/Linux or Windows

  1. BEGIN
  2. Open the 'MentDB_Server_3/bin' directory
  3. Open the directory 'linux' or 'osx' or 'windows'
  4. Double click on 'start.sh' (or .bat on Windows)
  5. END

MentDB Weak Server with MySQL in remote server

On OSX/Linux or Windows

  1. BEGIN
  2. Install MySQL 8
  3. Create the database 'mentdb' with the 'Latin1' charset CREATE DATABASE mentdb CHARACTER SET latin1 COLLATE latin1_swedish_ci; CREATE USER 'mentdbuser'@'localhost' IDENTIFIED BY 'pwd'; GRANT ALL PRIVILEGES ON mentdb.* TO 'mentdbuser'@'localhost'; FLUSH PRIVILEGES;
  4. Open the directory 'mentdb_weak/conf'
  5. Open the file 'server.conf' and go to the '[MYSQL]' section<
  6. Change in [SQL] section, set light_mode=false
  7. Update the MySQL connection 'host', 'port', 'db', 'user', 'pwd'
  8. Open the 'mentdb_weak/bin' directory
  9. Open the directory 'linux' or 'osx' or 'windows'
  10. Double click on 'start.sh' (or .bat on Windows)
  11. If MySQL error when create basic tables, update the script in tools/mentdb.sql, delete the 'data' directory, and restart with start.sh (or .bat on Windows)
  12. END

MentDB Weak Editor

On OSX/Linux or Windows

  1. BEGIN
  2. Open the 'mentdb_weak/MentDB_Editor_3/bin' directory
  3. Open the directory 'linux' or 'osx' or 'windows'
  4. Double click on editor.sh (or .bat on Windows)
  5. The trigger window open ...
  6. Double click on the default/admin connection
  7. The editor open ...
  8. END

All videos for the Weak version of MentDB:
https://www.youtube.com/playlist?list=PLn4aw_h7C96uxzZVMyBS-_6DeIURc6KtL

contrib-mentdb-weak's People

Contributors

teddym974 avatar thierrymarianne avatar

Watchers

 avatar

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.