Bỏ qua để đến Nội dung
Menu
Câu hỏi này đã bị gắn cờ
2 Trả lời
3333 Lượt xem

Do I need to have the classical project structure? Analysis, Development, Test and Production environments? This would mean having four databases.

Ảnh đại diện
Huỷ bỏ
Câu trả lời hay nhất

You does not require four database, just create a single database and install apps which you have require and provide correct access right and users for each.

By single database you can do all stuff.

Ảnh đại diện
Huỷ bỏ
Tác giả

So you suggest creating say four users: dev, test, production user and give them rights only to certain bits. Example: I can create a sales order without the sales module. Could I create a user that can create sales orders but only sees functions as if the sales module was not installed?

Câu trả lời hay nhất

It all depends... I work with three environments (development, test, production) in each client. I manage them with oerpenv (you can find the tool in github)

Ảnh đại diện
Huỷ bỏ