Skip to content

Commit

Permalink
Add cmake support to qserv_web
Browse files Browse the repository at this point in the history
  • Loading branch information
fritzm committed Nov 10, 2021
1 parent bc6f378 commit 4bc621c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 8 deletions.
7 changes: 1 addition & 6 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,7 @@ install(CODE "execute_process(COMMAND pip3 install ${CMAKE_CURRENT_SOURCE_DIR}/e

add_subdirectory(extern/log)
add_subdirectory(extern/partition)
add_subdirectory(extern/qserv_web)
add_subdirectory(extern/sphgeom)

add_subdirectory(src)

# TODO do we want to add cmake capability to the qserv_web project?
install(
DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/extern/qserv_web/www
DESTINATION ${CMAKE_INSTALL_PREFIX}/qserv/dashboard
)
2 changes: 1 addition & 1 deletion extern/qserv_web
Submodule qserv_web updated 1 files
+10 −0 CMakeLists.txt
2 changes: 1 addition & 1 deletion src/admin/python/cli/script.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ def smig_dir():
"/usr/local/qserv/templates/repl-ctl/etc/log4cxx.replication.properties.jinja"
)
replica_controller_log_path = "/config-etc/log4cxx.replication.properties"
replica_controller_http_root = "/usr/local/qserv/dashboard/www"
replica_controller_http_root = "/usr/local/qserv/www"

mysqld_user_qserv = "qsmaster"

Expand Down

0 comments on commit 4bc621c

Please sign in to comment.