Skip to content
This repository has been archived by the owner on Oct 26, 2022. It is now read-only.
/ webnotes Public archive

Мой проект для изучения tarantool, nginx upstream module, VueCLI

Notifications You must be signed in to change notification settings

ilya-sonin/webnotes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Webnotes

Веб сайт для создания заметок

Технологии

Все собирем из сходников

Nginx upstream

Собираем Nginx из исходников

$ mkdir nginx/logs/
$ git clone https://github.com/tarantool/nginx_upstream_module.git
$ cd nginx_upstream_module
$ git submodule update --init --recursive
$ git clone https://github.com/nginx/nginx.git
$ sudo apt install libpcre++0 gcc unzip libpcre3-dev zlib1g-dev libssl-dev libxslt-dev
$ sudo apt install cmake
$ sudo apt update && sudo apt-get install build-essential
$ make build-all
$ cd ..

Запуск всего

Запуск тарантула

./tarantool/src/tarantool tarantool_app/app.lua

Запускаем nginx

./nginx_upstream_module/nginx/objs/nginx -p nginx_app/

Собираем Vue. Находимся в webnotes-app/

npm install
npm run build

About

Мой проект для изучения tarantool, nginx upstream module, VueCLI

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published