CSV Manager is an application for converting Access database files to CSV. This README provides instructions for installing and using the application for both novice and advanced users.
- Docker Desktop: Download Docker
Upload your Access files to convert them into CSV.
-
Download the Application
Download and extract the provided ZIP file.
-
Install Docker Desktop
If not already installed, download and install Docker Desktop from Docker. Follow the installation instructions for your operating system.
-
Run the Application
-
For Windows users:
- Go to the docker directory in the extracted directory.
- Double-click the
start_windows.batfile. - Open a web browser and navigate to
http://localhost:8501to access the application. (or click on this link: CIAO ACCESS!!!!)
-
For macOS/Linux users:
- Open the Terminal application.
- Navigate to the extracted directory using the
cdcommand. For example:"~/Downloads/csv-manager/docker" is the path for the directory docker of the csv_manager.zipcd ~/Downloads/csv-manager/docker
- Make the
start_os.shscript executable (if not done already):chmod +x start_os.sh
- Execute the script:
./start_os.sh
- Open a web browser and navigate to
http://localhost:8501to access the application. (or click on this link: CIAO ACCESS!!!!)
-
-
Clone the Repository
Clone this repository to your local machine:
git clone https://github.com/n-pizzetta/csv-manager.git cd csv-manager/docker -
Using the Makefile
-
Build the Docker Image:
make build
-
Run the Docker Container:
make run
-
Access the Application: Open a web browser and navigate to
http://localhost:8501. -
Stop the Docker Container:
make stop
-
Clean Up Docker Images:
make clean
-
Restart the Application:
make restart
-
If you encounter issues with running the application or resource monitoring tools, ensure that:
- Docker Desktop is running.
- The correct permissions are set for mounted volumes.
- The Docker container has sufficient memory and CPU resources allocated.
For further assistance, please refer to the Docker documentation or contact the project maintainers.
This project is licensed under the MIT License. See the LICENSE file for details.
Thank you for using CSV Manager! If you have any questions or feedback, please contact me by email.
