Most recent edit on 2008-06-16 13:17:10 by ApMuthu
Additions:
1) Alter config.php to suit the company db and path changes.
Edited on 2008-06-16 13:10:43 by ApMuthu
Additions:
1) Rename the folder companies/weberp to companies/username_weberpdb
- In the files sql/mysql/weberp-demo.sql and sql/mysql/weberp-new.sql replace all instances of companies/weberp/ with companies/username_weberpdb/
- Populate your username_weberpdb MySQL database with either of sql/mysql/weberp-demo.sql or sql/mysql/weberp-new.sql depending on whether you want to have the demo data or not.
Deletions:
1. Rename the folder companies/weberp to companies/username_weberpdb
2. In the files sql/mysql/weberp-demo.sql and sql/mysql/weberp-new.sql replace all instances of companies/weberp/ with companies/username_weberpdb/
3. Populate your username_weberpdb MySQL database with either of sql/mysql/weberp-demo.sql or sql/mysql/weberp-new.sql depending on whether you want to have the demo data or not.
Edited on 2008-06-16 13:10:11 by ApMuthu
Additions:
2. In the files sql/mysql/weberp-demo.sql and sql/mysql/weberp-new.sql replace all instances of companies/weberp/ with companies/username_weberpdb/
Deletions:
2. In the files sql/mysql/weberp-demo.sql and sql/mysql/weberp-new.sql replace all instances of companies/weberp/ with
companies/username_weberpdb/
Edited on 2008-06-16 13:09:53 by ApMuthu
Additions:
In case we want to use webERP in a shared hosting environment where the name of the database is fixed as say: username_weberpdb we need to make the following changes for WebERP to work:-
Deletions:
In case we want to use webERP in a shared hosting where the name of the database is fixed as say: username_weberpdb we need to make the following changes for WebERP to work:-
Edited on 2008-06-16 13:09:14 by ApMuthu
Additions:
3. Populate your username_weberpdb MySQL database with either of sql/mysql/weberp-demo.sql or sql/mysql/weberp-new.sql depending on whether you want to have the demo data or not.
Deletions:
3. Populate your "username_weberpdb" MySQL database with either of sql/mysql/weberp-demo.sql or sql/mysql/weberp-new.sql depending on whether you want to have the demo data or not.
Edited on 2008-06-16 13:08:57 by ApMuthu
Additions:
1. Rename the folder companies/weberp to companies/username_weberpdb
Deletions:
1. Rename the folder companies/weberp to companies/"username_weberpdb"
Edited on 2008-06-16 13:08:30 by ApMuthu
Additions:
1. Rename the folder companies/weberp to companies/"username_weberpdb"
Deletions:
1. Rename the folder companies/weberp to companies/username_weberpdb
Edited on 2008-06-16 13:07:52 by ApMuthu
Additions:
The company folder name and the database name need to be the same in webERP.
In case we want to use webERP in a shared hosting where the name of the database is fixed as say: username_weberpdb we need to make the following changes for WebERP to work:-
1. Rename the folder companies/weberp to companies/username_weberpdb
2. In the files sql/mysql/weberp-demo.sql and sql/mysql/weberp-new.sql replace all instances of companies/weberp/ with
companies/username_weberpdb/
3. Populate your "username_weberpdb" MySQL database with either of sql/mysql/weberp-demo.sql or sql/mysql/weberp-new.sql depending on whether you want to have the demo data or not.
Oldest known version of this page was edited on 2008-06-16 13:02:40 by ApMuthu []
Page view:
Shared webERP Hosting
Some web-hosts only offer non-transaction enabled (not
InnoDB)
MySQL ENGINEs suitable for demo purposes only. Please verify that your webERP host offers
InnoDB ENGINE for
MySQL as otherwise you will not be able to partake of the transaction enablement available in webERP that comes from implementing the
CONSTRAINT .... REFERENCES .... sql constructs.