Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[tarantoolctl] add an ability to specify an app folder #3952

Open
opomuc opened this issue Jan 28, 2019 · 0 comments
Open

[tarantoolctl] add an ability to specify an app folder #3952

opomuc opened this issue Jan 28, 2019 · 0 comments
Labels
feature A new functionality tarantoolctl
Milestone

Comments

@opomuc
Copy link
Collaborator

opomuc commented Jan 28, 2019

Consider following scenario

--/
--/project/
--/project/app_1
--/project/app_1/init.lua
--/project/app_1/.tarantoolctl
--/...
--/project/app_2
--/project/app_2/init.lua
--/project/app_2/.tarantoolctl
--/...
--/project/run
--/project/data
--/project/logs

.tarantoolctl:
default_cfg = {
    pid_file  = "../project/run",
    wal_dir   = "../project/data",
    memtx_dir = "../project/data",
    vinyl_dir = "../project/data",
    username  = "vagrant",
}
instance_dir = "../project/"

# cd project/app_1
# tarantoolctl start app_1

I want tarantoolctl to look for init.lua file in the following directory and create all necessary files under correct folder structure

@kyukhin kyukhin added this to the wishlist milestone Feb 8, 2019
@kyukhin kyukhin added feature A new functionality tarantoolctl labels Feb 8, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature A new functionality tarantoolctl
Projects
None yet
Development

No branches or pull requests

2 participants