Skip to content

ARUP-CAS/aiscr-arch14cz-frontend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Arch14CZ - Frontend

Frontend interface for Arch14CZ - Czech Archaeological Radiocarbon Database

Created on 14. 12. 2021

Table of Contents

  1. About Arch14CZ
  2. Developer Notes
    1. Cloning the GitHub Project
    2. Publishing the Frontend
  3. Contact
  4. Acknowledgements
  5. License

About Arch14CZ - Frontend

Frontend web interface for Arch14CZ - Czech Archaeological Radiocarbon Database

Original repository of the author: https://github.com/demjanp/arch14cz_frontend.

For the backend interface see the arch14cz_backend project.

Please cite this sofware as:

Demján, P. 2021: Arch14CZ - Frontend, GitHub repository, Available at: https://github.com/ARUP-CAS/aiscr-arch14cz-frontend

Developer Notes

Arch14CZ - Frontend requires PHP 5 and PostgreSQL installed on the server.

Cloning the GitHub Project

To clone the aiscr-arch14cz-frontend GitHub project, follow these steps:

  1. Make sure you have Git installed on your computer.
  2. Open a terminal or command prompt window.
  3. Navigate to the Arch14CZ - Frontend root directory.
  4. Run the following command:
git clone https://github.com/ARUP-CAS/aiscr-arch14cz-frontend.git
  1. The repository will be cloned to a new directory named aiscr-arch14cz-frontend in your current directory.

Publishing the Frontend

  1. Download the latest release.
  2. Edit the db_connect.php file to reflect the correct the hostname, database name, username and password of the Arch14CZ frontend database.
  3. Upload the contents of the folder src/arch14cz_frontend to the root directory on the web server.

Contact:

Peter Demján (peter.demjan@gmail.com)

Institute of Archaeology of the Czech Academy of Sciences, Prague, v.v.i.

Acknowledgements

Development of this software was supported by OP RDE, MEYS, under the project "Ultra-trace isotope research in social and environmental studies using accelerator mass spectrometry", Reg. No. CZ.02.1.01/0.0/0.0/16_019/0000728.

This software uses the following open source packages:

License

This code is licensed under the GNU GENERAL PUBLIC LICENSE - see the LICENSE file for details